SelectionFilterSettings Class |
Namespace: Rhino.ApplicationSettings
The SelectionFilterSettings type exposes the following members.
Name | Description | |
---|---|---|
Enabled |
Enables or disables the global object selection filter.
| |
GlobalGeometryFilter |
The global geometry type filter controls which types of geometry will be filtered.
Note, the filter can be a bitwise combination of multiple object types.
| |
OneShotGeometryFilter |
The one-shot geometry type filter controls which types of geometry will be filtered for one selection.
Note, the filter can be a bitwise combination of multiple object types.
| |
SubObjectSelect |
Enables or disabled sub-object selection.
|
Name | Description | |
---|---|---|
GetCurrentState |
Gets the current settings of the application.
| |
GetDefaultState |
Gets the factory settings of the application.
| |
RestoreDefaults |
Commits the default settings as the current settings.
| |
UpdateFromState |
Sets all settings to a particular defined joined state.
|