MeshFaceListGetEnumerator Method |
Gets an enumerator that yields all faces in this collection.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic IEnumerator<MeshFace> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of MeshFace)
Return Value
Type:
IEnumeratorMeshFaceThe enumerator.
Implements
IEnumerableTGetEnumerator
See Also