Skip to content

GeneralSettings

Public Class

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

Command help dialog auto-update feature.


Public Property
Static Member

Time to wait before permitting context menu display.


Public Property
Static Member

true if right mouse down + delay will pop up context menu on a mouse up if no move happens.


Public Property
Static Member

Gets or sets the maximum number of popup menu lines.


Public Property
Static Member

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

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

Gets or sets what happens when the user clicks the middle mouse.


Public Property
Static Member

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

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

Gets or sets the current selection mode.


Public Property
Static Member

Gets or sets the number of isoparm curves to show on new objects.


Public Property
Static Member

Should extrusion objects be created for things like cylinders


Methods

Name

Description


Public Method
Static Member

Gets the current settings.


Public Method
Static Member

Gets the factory settings.