CurvatureAnalysisSettingsCalculateCurvatureMaxRange Method |
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.
Namespace:
Rhino.ApplicationSettings
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static bool CalculateCurvatureMaxRange(
IEnumerable<Mesh> meshes,
CurvatureAnalysisSettingsState settings
)
Public Shared Function CalculateCurvatureMaxRange (
meshes As IEnumerable(Of Mesh),
settings As CurvatureAnalysisSettingsState
) As Boolean
Parameters
- meshes
- Type: System.Collections.GenericIEnumerableMesh
The analysis meshes to measure. Brep.CreateCurvatureAnalysisMesh creates them. - settings
- Type: Rhino.ApplicationSettingsCurvatureAnalysisSettingsState
Supplies the curvature style, and receives the calculated range.
Return Value
Type:
Booleantrue if the range was calculated.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | |
See Also