ModelAidSettingsState
Represents a snapshot of ModelAidSettings.
Inheritance Hierarchy
System.Object
Rhino.ApplicationSettings.ModelAidSettingsState
Namespace: Rhino.ApplicationSettings
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public class ModelAidSettingsState
The ModelAidSettingsState type exposes the following members.
Properties
Name
Description
Public Property
AltPlusArrow
true mean Alt+arrow is used for nudging.
Public Property
AutoAlignCPlane
Public Property
AutoCPlaneAlignment
//0 = object, 1 = world, 2 = view
Public Property
ControlPolygonDisplayDensity
Gets or sets the control polygon display density.
Public Property
CtrlNudgeKeyStep
Gets or sets the Ctrl-key based nudge step amount.
Public Property
DisplayControlPolygon
Gets or sets the enabled state of Rhino’s display control polygon.
Public Property
ExtendToApparentIntersection
Gets or sets the enabled state of Rhino’s extend to apparent intersections.
Public Property
ExtendTrimLines
Gets or sets the enabled state of Rhino’s extend trim lines.
Public Property
GridSnap
Gets or sets the enabled state of Rhino’s grid snap modeling aid.
Public Property
HighlightControlPolygon
Gets or sets the enabled state of Rhino’s highlight dialog modeling aid.
Public Property
MousePickboxRadius
Gets or sets the radius of the mouse pick box in pixels.
Public Property
NudgeKeyStep
Gets or sets the nudge step amount.
Public Property
NudgeMode
0 = world, 1 = cplane, 2 = view, 3 = UVN, -1 = not set.
Public Property
OrientAutoCPlaneToView
Gets or sets whether the auto cplane will rotate towards the view after aligning to the selection
Public Property
Ortho
Gets or sets the enabled state of Rhino’s ortho modeling aid.
Public Property
OrthoAngle
Gets or sets the base orthogonal angle.
Public Property
OrthoUseZ
Gets or sets whether Ortho will snap to the CPlane Z axis
Public Property
Osnap
Gets or sets the enabled state of Rhino’s object snap modeling aid.
Public Property
OsnapCursorMode
Gets or sets the OSnap cursor mode.
Public Property
OsnapModes
Returns or sets Rhino’s current object snap mode.
The mode is a bitwise value based on the OsnapModes enumeration.
Public Property
OsnapPickboxRadius
Enables or disables Rhino’s planar modeling aid.
Public Property
Planar
Gets or sets the enabled state of Rhino’s Planar modeling aid.
Public Property
PointDisplay
Gets or sets the point display mode.
Public Property
ProjectSnapToCPlane
Gets or sets the enabled state of Rhino’s Project modeling aid.
Public Property
ShiftNudgeKeyStep
Gets or sets the Shift-key based nudge step amount.
Public Property
SnapToLocked
Gets or sets the locked state of the snap modeling aid.
Public Property
StickyAutoCPlane
Gets or set whether the auto cplane will stay even after deselection
Public Property
UniversalConstructionPlaneMode
Gets or sets the locked state of the snap modeling aid.
Public Property
UseHorizontalDialog
Gets or sets the enabled state of Rhino’s use horizontal dialog modeling aid.
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.)