Click or drag to resize

MeshCurvatureStatsCreateFromMeshes Method

Gets curvature statistics from analysis meshes, and calculate total statistics.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static MeshCurvatureStats CreateFromMeshes(
	IEnumerable<Mesh> analysisMeshes,
	CurvatureStyle curvatureStyle
)

Parameters

analysisMeshes
Type: System.Collections.GenericIEnumerableMesh
An enumeration of analysis meshes.
curvatureStyle
Type: Rhino.GeometryCurvatureStyle
The curvature style.

Return Value

Type: MeshCurvatureStats
The curvature statistics.
Exceptions
ExceptionCondition
ArgumentNullException
See Also