Click or drag to resize

MeshPrincipalCurvatures Property

Gets access to the (optional) principal curvatures list in this mesh. Principal curvatures are found on analysis meshes, not render meshes.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public MeshPrincipalCurvatureList PrincipalCurvatures { get; }

Property Value

Type: MeshPrincipalCurvatureList
See Also