Click or drag to resize

RhinoViewportSetConstructionPlane Method (ConstructionPlane)

Sets the construction plane to cplane.

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

Parameters

cplane
Type: Rhino.DocObjectsConstructionPlane
The construction plane to set.
See Also