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)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also