MeshPrincipalCurvatureListGetCurvatureStats Method |
Gets the mesh's curvature statistics.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic MeshCurvatureStats GetCurvatureStats(
CurvatureStyle curvatureStyle
)
Public Function GetCurvatureStats (
curvatureStyle As CurvatureStyle
) As MeshCurvatureStats
Parameters
- curvatureStyle
- Type: Rhino.GeometryCurvatureStyle
The curvature style.
Return Value
Type:
MeshCurvatureStatsThe mesh's curvature statistics.
See Also