M_Rhino_Geometry_Collections_MeshFaceList_GetEnumerator - mcneel/rhinocommon-api-docs GitHub Wiki

MeshFaceList.GetEnumerator Method

Gets an enumerator that yields all faces in this collection.

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

Syntax

C#

public IEnumerator<MeshFace> GetEnumerator()

VB

Public Function GetEnumerator As IEnumerator(Of MeshFace)

Return Value

Type: IEnumerator(MeshFace)
The enumerator.

Implements

IEnumerable(T).GetEnumerator()

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshFaceList Class
Rhino.Geometry.Collections Namespace

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