DisplayPipelineDrawConstructionPlane Method |
Draws a construction plane.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public void DrawConstructionPlane(
ConstructionPlane constructionPlane
)
Public Sub DrawConstructionPlane (
constructionPlane As ConstructionPlane
)
Parameters
- constructionPlane
- Type: Rhino.DocObjectsConstructionPlane
The construction plane to draw.
See Also