CurvatureAnalysisSettings Class |
Namespace: Rhino.ApplicationSettings
The CurvatureAnalysisSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| GaussRange |
Gets or sets the Gaussian curvature range.
| |
| MaxRadiusRange |
Gets or sets the Maximum Radius curvature range.
| |
| MeanRange |
Gets or sets the Mean curvature range.
| |
| MinRadiusRange |
Gets or sets the Minimum Radius curvature range.
| |
| ShowIsoCurves |
Gets or sets whether to show isocurves.
| |
| Style |
Gets or sets the curvature analysis style.
|
| Name | Description | |
|---|---|---|
| CalculateCurvatureAutoRange | ||
| CalculateCurvatureMaxRange |
Calculates the full range of curvature values found on the analysis meshes.
On success the range is written to the range of settings that matches
settings.Style.
| |
| 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.
|