RhinoViewport.PushConstructionPlane Method

RhinoViewportPushConstructionPlane Method

Pushes the current construction plane on the viewport's construction plane stack and sets the construction plane to cplane.

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

Parameters

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

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also