Click or drag to resize

GumballMode Enumeration

Transformation modes for gumballs.

Namespace:  Rhino.UI.Gumball
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum GumballMode
Members
  Member nameValueDescription
None0
Menu1Gumball menu button was picked.
TranslateFree2Unconstrained translation.
TranslateX3Translation along a single axis.
TranslateY4Translation along a single axis.
TranslateZ5Translation along a single axis.
TranslateXY6Translation in a plane.
TranslateYZ7Translation in a plane.
TranslateZX8Translation in a plane.
ScaleX9Scale along a single axis.
ScaleY10Scale along a single axis.
ScaleZ11Scale along a single axis.
ScaleXY12Scale in a plane.
ScaleYZ13Scale in a plane.
ScaleZX14Scale in a plane.
RotateX15Rotation around a single axis.
RotateY16Rotation around a single axis.
RotateZ17Rotation around a single axis.
ExtrudeX18Extrusion along a single axis.
ExtrudeY19Extrusion along a single axis.
ExtrudeZ20Extrusion along a single axis.
CutX21Cutting extrusion along the gumball X axis.
CutY22Cutting extrusion along the gumball Y axis.
CutZ23Cutting extrusion along the gumball Z axis.
See Also