Click or drag to resize

MeshPrincipalCurvatureListGetCurvatureStats Method

Gets the mesh's curvature statistics.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public MeshCurvatureStats GetCurvatureStats(
	CurvatureStyle curvatureStyle
)

Parameters

curvatureStyle
Type: Rhino.GeometryCurvatureStyle
The curvature style.

Return Value

Type: MeshCurvatureStats
The mesh's curvature statistics.
Remarks
If the mesh carries no principal curvatures, the result is a zero range with Count 0 rather than an error.
See Also