Click or drag to resize

MeshCurvatureStatsCreateFromMesh Method

Gets curvature statistics from analysis mesh.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static MeshCurvatureStats CreateFromMesh(
	Mesh analysisMesh,
	CurvatureStyle curvatureStyle
)

Parameters

analysisMesh
Type: Rhino.GeometryMesh
The analysis mesh.
curvatureStyle
Type: Rhino.GeometryCurvatureStyle
The curvature style.

Return Value

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