Click or drag to resize

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
)

Parameters

curve
Type: Rhino.DocObjectsCurveObject
A document curve object.
pipeline
Type: Rhino.DisplayDisplayPipeline
The drawing pipeline.
See Also