BrepVertexListGetEnumerator Method |
Gets an enumerator that visits all surfaces.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.4
Syntaxpublic IEnumerator<BrepVertex> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of BrepVertex)
Return Value
Type:
IEnumeratorBrepVertexThe enumerator.
Implements
IEnumerableTGetEnumerator
See Also