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