BrepVertexList.GetEnumerator Method

BrepVertexListGetEnumerator Method

Gets an enumerator that visits all surfaces.

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

Return Value

Type: IEnumeratorBrepVertex
The enumerator.

Implements

IEnumerableTGetEnumerator
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also