Click or drag to resize

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)
Syntax
public static bool CalculateCurvatureMaxRange(
	IEnumerable<Mesh> meshes,
	CurvatureAnalysisSettingsState settings
)

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: Boolean
true if the range was calculated.
Exceptions
ExceptionCondition
ArgumentNullException
See Also