BrepFaceList.GetEnumerator Method

BrepFaceListGetEnumerator Method

Gets an enumerators that yields BrepFace objects.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public IEnumerator<BrepFace> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of BrepFace)

Return Value

Type: IEnumeratorBrepFace
The enumerator.

Implements

IEnumerableTGetEnumerator
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also