Click or drag to resize

DisplayPipelineDrawConstructionPlane Method

Draws a construction plane.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void DrawConstructionPlane(
	ConstructionPlane constructionPlane
)

Parameters

constructionPlane
Type: Rhino.DocObjectsConstructionPlane
The construction plane to draw.
See Also