RhinoCommon API
new_releases
RhinoCommon documentation has a new look. The old site can still be found here.
play_arrow
Rhino
play_arrow
Rhino.ApplicationSettings
play_arrow
Rhino.Collections
play_arrow
Rhino.Commands
play_arrow
Rhino.Display
play_arrow
Rhino.DocObjects
play_arrow
Rhino.DocObjects.Custom
play_arrow
Rhino.DocObjects.SnapShots
play_arrow
Rhino.DocObjects.Tables
play_arrow
Rhino.FileIO
play_arrow
Rhino.Geometry
play_arrow
Rhino.Geometry.Collections
play_arrow
Rhino.Geometry.Intersect
play_arrow
Rhino.Geometry.MeshRefinements
play_arrow
Rhino.Geometry.Morphs
play_arrow
Rhino.Input
play_arrow
Rhino.Input.Custom
play_arrow
Rhino.NodeInCode
play_arrow
Rhino.ObjectManager
play_arrow
Rhino.PlugIns
play_arrow
Rhino.Render
play_arrow
Rhino.Render.ChangeQueue
play_arrow
Rhino.Render.ChildSlotNames
play_arrow
Rhino.Render.CustomRenderMeshes
play_arrow
Rhino.Render.DataSources
play_arrow
Rhino.Render.Fields
play_arrow
Rhino.Render.ParameterNames
play_arrow
Rhino.Render.PostEffects
play_arrow
Rhino.Render.UI
play_arrow
Rhino.Runtime
play_arrow
Rhino.Runtime.InProcess
play_arrow
Rhino.Runtime.InteropWrappers
play_arrow
Rhino.Runtime.Notifications
play_arrow
Rhino.Runtime.RhinoAccounts
play_arrow
Rhino.UI
play_arrow
Rhino.UI.Controls
play_arrow
Rhino.UI.Controls.DataSource
play_arrow
Rhino.UI.Controls.ThumbnailUI
play_arrow
Rhino.UI.Controls.Thumbnaillist
play_arrow
Rhino.UI.Gumball
play_arrow
dotnetstart
home
/
Rhino.UI.Gumball
/
GumballMode

GumballMode enum

Transformation modes for gumballs.

Derived Classes:

Namespace: Rhino.UI.Gumball
GumballMode: references

keyboard_arrow_down
Values (24)

None = 0

 

Menu = 1

 
Gumball menu button was picked.

TranslateFree = 2

 
Unconstrained translation.

TranslateX = 3

 
Translation along a single axis.

TranslateY = 4

 
Translation along a single axis.

TranslateZ = 5

 
Translation along a single axis.

TranslateXY = 6

 
Translation in a plane.

TranslateYZ = 7

 
Translation in a plane.

TranslateZX = 8

 
Translation in a plane.

ScaleX = 9

 
Scale along a single axis.

ScaleY = 10

 
Scale along a single axis.

ScaleZ = 11

 
Scale along a single axis.

ScaleXY = 12

 
Scale in a plane.

ScaleYZ = 13

 
Scale in a plane.

ScaleZX = 14

 
Scale in a plane.

RotateX = 15

 
Rotation around a single axis.

RotateY = 16

 
Rotation around a single axis.

RotateZ = 17

 
Rotation around a single axis.

ExtrudeX = 18

 
Extrusion along a single axis.

ExtrudeY = 19

 
Extrusion along a single axis.

ExtrudeZ = 20

 
Extrusion along a single axis.

CutX = 21

 
Cutting extrusion along the gumball X axis.

CutY = 22

 
Cutting extrusion along the gumball Y axis.

CutZ = 23

 
Cutting extrusion along the gumball Z axis.

Nothing found