BrepSurfaceList.GetEnumerator Method

BrepSurfaceListGetEnumerator Method

Gets an enumerator that visits all surfaces.

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

Return Value

Type: IEnumeratorSurface
The enumerator.

Implements

IEnumerableTGetEnumerator
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also