GeneralSettings
Contains static methods and properties to give access to Rhinoceros settings.
Inheritance Hierarchy
System.Object
Rhino.ApplicationSettings.GeneralSettings
Namespace: Rhino.ApplicationSettings
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public static class GeneralSettings
The GeneralSettings type exposes the following members.
Properties
Name
Description
Public Property
Static Member
AutoUpdateCommandHelp
Command help dialog auto-update feature.
Public Property
Static Member
ContextMenuDelay
Time to wait before permitting context menu display.
Public Property
Static Member
EnableContextMenu
true if right mouse down + delay will pop up context menu on a mouse up if no move happens.
Public Property
Static Member
MaximumPopupMenuLines
Gets or sets the maximum number of popup menu lines.
Public Property
Static Member
MaximumUndoMemoryMb
Gets or sets the minimum undo memory Mb.
Undo records will be purged if there are more than MinimumUndoSteps and they use more than MaximumUndoMemoryMb.
Public Property
Static Member
MiddleMouseMacro
Gets or sets the toolbar to popup when the middle mouse is clicked on a view, this value is only used when MiddleMouseMode is set to PopupToolbar.
Public Property
Static Member
MiddleMouseMode
Gets or sets what happens when the user clicks the middle mouse.
Public Property
Static Member
MiddleMousePopupToolbar
Gets or sets the toolbar to popup when the middle mouse is clicked on a view, this value is only used when MiddleMouseMode is set to PopupToolbar.
Public Property
Static Member
MinimumUndoSteps
Gets or sets the minimum undo steps.
Undo records will be purged if there are more than MinimumUndoSteps and they use more than MaximumUndoMemoryMb.
Public Property
Static Member
MouseSelectMode
Gets or sets the current selection mode.
Public Property
Static Member
NewObjectIsoparmCount
Gets or sets the number of isoparm curves to show on new objects.
Public Property
Static Member
UseExtrusions
Should extrusion objects be created for things like cylinders
Methods
Name
Description
Public Method
Static Member
GetCurrentState
Gets the current settings.
Public Method
Static Member
GetDefaultState
Gets the factory settings.