Click or drag to resize

MeshPrincipalCurvatureListGetEnumerator Method

Gets an enumerator that yields all principal curvatures in this collection.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public IEnumerator<SurfaceCurvature> GetEnumerator()

Return Value

Type: IEnumeratorSurfaceCurvature
The enumerator.

Implements

IEnumerableTGetEnumerator
See Also