Click or drag to resize

BrepFaceListGetEnumerator Method

Gets an enumerators that yields BrepFace objects.

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

Return Value

Type: IEnumeratorBrepFace
The enumerator.

Implements

IEnumerableTGetEnumerator
See Also