RhinoCommon API
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)

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: Booleantrue if the auto-gumball widget is enabled and visible. False otherwise.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14