Click or drag to resize

GumballAlignment Enumeration

Specifies the plane the gumball aligns itself to.

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum GumballAlignment
Members
  Member nameValueDescription
WorldPlane0Aligns the gumball to the world axes.
ConstructionPlane1Aligns the gumball to the construction plane of the active viewport.
ViewPlane2Aligns the gumball to the plane of the active viewport.
ObjectPlane3Aligns the gumball to the object.
ControlPolygon4 Aligns the gumball to the control polygon of the object. ObjectPlane when no control polygon frame can be made.
See Also