RhinoDoc.GetGumballPlane Method

RhinoDocGetGumballPlane Method

Returns the active plane of Rhino's auto-gumball widget. Note, when calling from a Rhino command, make sure the command class has the Rhino.Commands.Style.Transparent command style attribute.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool GetGumballPlane(
	out Plane plane
)
Public Function GetGumballPlane ( 
	<OutAttribute> ByRef plane As Plane
) As Boolean

Parameters

plane
Type: Rhino.GeometryPlane
The active plane.

Return Value

Type: Boolean
true if the auto-gumball widget is enabled and visible. False otherwise.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also