AppearanceSettings Class |
Namespace: Rhino.ApplicationSettings
The AppearanceSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| BlackWhiteSwitching |
Mode where white objects are drawn black when on a light background and
black objects are drawn white when on a dark background
| |
| CommandPromptBackgroundColor |
Gets or sets the color of the command prompt background.
| |
| CommandPromptFontSize |
Size of font used in command prompt (in points)
| |
| CommandPromptHypertextColor |
Gets or sets the color of the command prompt hypertext.
| |
| CommandPromptPosition |
Gets or sets the command prompt position.
| |
| CommandPromptTextColor |
Gets or sets the color of the command prompt text.
| |
| CrosshairColor |
Gets or sets the color of the crosshair icon.
| |
| CrosshairsAlignedToScreen |
Gets or sets a value that determines if the cross hairs are drawn horizontally and
vertically on the screen (as if fixed to the camera) instead of running along the
construction plane's x and y axes. When enabled, the cross hairs stay vertical and
horizontal as the view is rotated, for example in a perspective viewport.
| |
| CrosshairScreenLength | Gets or sets a value that determines the length, in pixels, of the cross hairs if they are visible. | |
| CurrentLayerBackgroundColor |
Gets or sets the color used by the layer manager dialog as the background color for the current layer.
| |
| DefaultFontFaceName |
Gets or sets the default font face name used in Rhino.
| |
| DefaultLayerColor |
Gets or sets the default layer color.
| |
| DefaultObjectColor |
Gets or sets the default color for new objects.
| |
| DirectionArrowIconHeadSize |
length of direction arrowhead icon in pixels.
| |
| DirectionArrowIconShaftSize |
length of direction arrow shaft icon in pixels.
| |
| EchoCommandsToHistoryWindow | Gets or sets a value that determines if command names are written to the history window. | |
| EchoPromptsToHistoryWindow | Gets or sets a value that determines if prompt messages are written to the history window. | |
| EditCandidateColor |
Gets or sets the color of objects that are eligible to be edited.
| |
| EffectiveHelpLanguageIdentifier |
Gets the language identifier the Help system uses. This is
HelpLanguageIdentifier when it has been set, otherwise
LanguageIdentifier. Never returns zero.
| |
| FeedbackColor |
Gets or sets the feedback color.
| |
| FrameBackgroundColor |
Gets or sets the background color of the frame.
| |
| GridThickLineColor |
Gets or sets the color of the thick line of the grid.
| |
| GridThinLineColor |
Gets or sets the color of the thin line of the grid.
| |
| GridXAxisLineColor |
Gets or sets the color of the X axis of the grid.
| |
| GridYAxisLineColor |
Gets or sets the color of the Y axis of the grid.
| |
| GridZAxisLineColor |
Gets or sets the color of the Z axis of the grid.
| |
| HelpLanguageIdentifier |
Gets or sets the language identifier used by the Help system (the Help
panel, F1 context help and the online help web site). This is
independent of LanguageIdentifier, which is the language
used by the user interface.
A value of zero, the default, means the Help follows the user interface
language. See EffectiveHelpLanguageIdentifier for the
identifier the Help system actually uses.
| |
| LanguageIdentifier | Gets or sets the language identifier. | |
| LockedObjectColor | color used to draw locked objects. | |
| MenuVisible | Gets or sets a value that determines if the File menu is visible. | |
| PageviewPaperColor |
Gets or sets the paper background. A rectangle is drawn into the background
of page views to represent the printed area. The alpha portion of the color
is used to draw the paper blended into the background
| |
| PreviousLanguageIdentifier |
Gets or sets the previous language identifier.
| |
| SelectedObjectColor |
The color used to draw selected objects.
The default is yellow, but this can be customized by the user.
| |
| SelectionWindowCrossingFillColor |
Color used to fill selection crossing window
| |
| SelectionWindowCrossingStrokeColor |
Color used to draw stroke for selection crossing window
| |
| SelectionWindowFillColor |
Color used to fill selection window
| |
| SelectionWindowStrokeColor |
Color used to draw stroke for selection window
| |
| ShowCrosshairs | Gets or sets a value that determines if cross hairs are visible. | |
| ShowCursorWhenCrosshairsVisible | ||
| ShowFullPathInTitleBar | Gets or sets a value that determines if the full path of the document is shown in the Rhino title bar. | |
| ShowLayoutDropShadow |
Display the drop shadow of layouts
| |
| ShowOsnapBar |
Shows or hides the object snap user interface.
| |
| ShowSelectionFilterBar |
Shows or hides the selection filter user interface.
| |
| ShowSideBar |
Shows or hides the side bar user interface.
| |
| ShowStatusBar |
Shows or hides the status bar user interface.
| |
| ShowTitleBar |
Shows or hides title bar.
| |
| ShowViewportTitles |
Shows or hides viewport titles.
| |
| TrackingColor |
Gets or sets the tracking color.
| |
| UsePaintColors | Obsolete.
Gets or sets a value indicating if logical paint colors should be used.
| |
| ViewportBackgroundColor |
Gets or sets the viewport background color.
| |
| ViewportTabsVisibleAtStart |
Display viewport tabs at start
| |
| WorldCoordIconXAxisColor |
Gets or sets the color of the world coordinate X axis.
| |
| WorldCoordIconYAxisColor |
Gets or sets the color of the world coordinate Y axis.
| |
| WorldCoordIconZAxisColor |
Gets or sets the color of the world coordinate Z axis.
|
| Name | Description | |
|---|---|---|
| DefaultPaintColor(PaintColor) |
Get a default paint color for Rhino. The current paint color may
be different than the default
| |
| DefaultPaintColor(PaintColor, Boolean) |
Get a default paint color for Rhino. The current paint color may
be different than the default
| |
| DefaultWidgetColor |
Get a default widget color for Rhino. The current widget color may
be different than the default
| |
| GetCurrentState |
Gets the current settings of the application.
| |
| GetDefaultState |
Gets the factory settings of the application.
| |
| GetDefaultState(Boolean) |
Gets the factory settings of the application.
| |
| GetPaintColor(PaintColor) |
Gets the color that is currently associated with a paint color.
| |
| GetPaintColor(PaintColor, Boolean) |
Gat a paint color. This overload provides a compute option for cases where colors
are computed when they are "unset" colors.
| |
| GetWidgetColor |
Gets the .Net library color that is currently associated with a widget color.
| |
| InitialMainWindowPosition |
Location where the Main Rhino window attempts to show when the application is first
started.
| |
| RestoreDefaults |
Commits the default settings as the current settings.
| |
| SetPaintColor(PaintColor, Color) |
Sets the logical paint color association to a specific .Net library color, without forced UI update.
| |
| SetPaintColor(PaintColor, Color, Boolean) |
Sets the logical paint color association to a specific .Net library color.
| |
| SetToDarkMode | Set UI to the default dark mode color scheme | |
| SetToLightMode | Set UI to the default light mode color scheme | |
| SetWidgetColor(WidgetColor, Color) |
Sets the logical widget color association to a specific .Net library color, without forced UI update.
| |
| SetWidgetColor(WidgetColor, Color, Boolean) |
Sets the logical widget color association to a specific .Net library color.
| |
| UpdateFromState |
Sets all settings to a particular defined joined state.
| |
| UsingDefaultDarkModeColors |
Determine if Rhino is running with default dark mode color settings
| |
| UsingDefaultLightModeColors |
Determine if Rhino is running with default light mode color settings
|