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.
See Also