VisualAnalysisMode.DrawNurbsCurve Method

VisualAnalysisModeDrawNurbsCurve Method

Draws a NURBS curve. This is a good function to override for analysis modes like curvature hair display.

The default implementation does nothing.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void DrawNurbsCurve(
	RhinoObject obj,
	NurbsCurve curve,
	DisplayPipeline pipeline
)
Protected Overridable Sub DrawNurbsCurve ( 
	obj As RhinoObject,
	curve As NurbsCurve,
	pipeline As DisplayPipeline
)

Parameters

obj
Type: Rhino.DocObjectsRhinoObject
A Rhino object corresponding to the curve.
curve
Type: Rhino.GeometryNurbsCurve
The curve geometry.
pipeline
Type: Rhino.DisplayDisplayPipeline
The current display pipeline.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also