Click or drag to resize

MeshPrincipalCurvatureListAdd Method

Adds a new principal curvature to the end of the principal curvature list.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public int Add(
	SurfaceCurvature surfaceCurvature
)

Parameters

surfaceCurvature
Type: Rhino.GeometrySurfaceCurvature
Principal curvature to append.

Return Value

Type: Int32
The index of the newly added principal curvature.
See Also