M_Rhino_Geometry_Collections_MeshVertexNormalList_GetEnumerator - mcneel/rhinocommon-api-docs GitHub Wiki

MeshVertexNormalList.GetEnumerator Method

Gets an enumerator that yields all normals (vectors) in this collection.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public IEnumerator<Vector3f> GetEnumerator()

VB

Public Function GetEnumerator As IEnumerator(Of Vector3f)

Return Value

Type: IEnumerator(Vector3f)
The enumerator.

Implements

IEnumerable(T).GetEnumerator()

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshVertexNormalList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️