VisualAnalysisMode.DrawCurveObject Method

VisualAnalysisModeDrawCurveObject Method

If Style==Wireframe, then the default decomposes the curve object into nurbs curve segments and calls the virtual DrawNurbsCurve for each segment.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void DrawCurveObject(
	CurveObject curve,
	DisplayPipeline pipeline
)
Protected Overridable Sub DrawCurveObject ( 
	curve As CurveObject,
	pipeline As DisplayPipeline
)

Parameters

curve
Type: Rhino.DocObjectsCurveObject
A document curve object.
pipeline
Type: Rhino.DisplayDisplayPipeline
The drawing pipeline.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also