RhinoViewport.SetConstructionPlane Method (ConstructionPlane)

RhinoViewportSetConstructionPlane Method (ConstructionPlane)

Sets the construction plane to cplane.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void SetConstructionPlane(
	ConstructionPlane cplane
)
Public Sub SetConstructionPlane ( 
	cplane As ConstructionPlane
)

Parameters

cplane
Type: Rhino.DocObjectsConstructionPlane
The constuction plane to set.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also