DisplayPipelineDrawObject Method (RhinoObject) |
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public void DrawObject(
RhinoObject rhinoObject
)
Public Sub DrawObject (
rhinoObject As RhinoObject
)
Parameters
- rhinoObject
- Type: Rhino.DocObjectsRhinoObject
The Rhino object.
See Also