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.
See Also