Click or drag to resize

DisplayPipelineDrawObject Method (RhinoObject)

Draws a RhinoObject.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void DrawObject(
	RhinoObject rhinoObject
)

Parameters

rhinoObject
Type: Rhino.DocObjectsRhinoObject
The Rhino object.
See Also