Skip to content

GumballAppearanceSettings

Public Class

Inheritance Hierarchy

System.Object
Rhino.UI.Gumball.GumballAppearanceSettings

Namespace: Rhino.UI.Gumball

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public class GumballAppearanceSettings

The GumballAppearanceSettings type exposes the following members.

Constructors

Name

Description


Public Method

Initializes a new instance of the GumballAppearanceSettings class


Properties

Name

Description


Public Property

in pixels.


Public Property

in pixels.


Public Property

in pixels.


Public Property

in pixels.


Public Property

Public Property

Default is Red.


Public Property

Default is Green.


Public Property

Default is Blue.


Public Property

When FreeTranslate is 1, the center translation control can be dragged in any direction and moves the object the gumball controls. When FreeTranslate is 2, the center translation control can be dragged in any direction and moves the object the gumball itself. The default value is 2.


Public Property

Distance of menu ball from center.


Public Property

When MenuEnabled is true, the menu “button” is drawn on the gumball. The default setting is true.


Public Property

Radius of menu circle.


Public Property

in pixels.


Public Property

in pixels.


Public Property

in pixels.


Public Property

When RelocateEnabled is true, the user can reposition the gumball by tapping the control key while dragging. Once the repostion drag is terminated by releasing the/ mouse button, ordinary editing resumes. The default setting is true.


Public Property

When RotateX is true, the X rotation control is available. The default setting is true.


Public Property

When RotateY is true, the Y rotation control is available. The default setting is true.


Public Property

When RotateZ is true, the Z rotation control is available. The default setting is true.


Public Property

in pixels.


Public Property

When ScaleXEnabled is true, the X scale control is available. The default setting is true.


Public Property

When ScaleYEnabled is true, the Y scale control is available. The default setting is true.


Public Property

When ScaleZEnabled is true, the Z scale control is available. The default setting is true.


Public Property

TranslateXEnabled is true, the X axis translation control is available. The default setting is true.


Public Property

When TranslateXY is true, the XY plane translation control is available in appropriate views. The default setting is true.


Public Property

TranslateYEnabled is true, the Y axis translation control is available. The default setting is true.


Public Property

When TranslateYZ is true, the YZ plane translation control is available in appropriate views. The default setting is true.


Public Property

TranslateZEnabled is true, the Z axis translation control is available. The default setting is true.


Public Property

When TranslateZX is true, the ZX plane translation control is available in appropriate views. The default setting is true.


Methods

Name

Description


Public Method

Equals

Determines whether the specified object is equal to the current object.

(Inherited from Object.)


Protected Method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.

(Inherited from Object.)


Public Method

GetHashCode

Serves as the default hash function.

(Inherited from Object.)


Public Method

GetType

Gets the Type of the current instance.

(Inherited from Object.)


Protected Method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)


Public Method

ToString

Returns a string that represents the current object.

(Inherited from Object.)