VisualAnalysisModeDrawSubDObject Method |
Draws one SubD. Override this method to add your custom behavior.
The default implementation does nothing.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxprotected virtual void DrawSubDObject(
SubDObject subd,
DisplayPipeline pipeline
)
Protected Overridable Sub DrawSubDObject (
subd As SubDObject,
pipeline As DisplayPipeline
)
Parameters
- subd
- Type: Rhino.DocObjectsSubDObject
A SubD object. - pipeline
- Type: Rhino.DisplayDisplayPipeline
The current display pipeline.
Remarks
See Also