Click or drag to resize

BrepSurfaceListGetEnumerator Method

Gets an enumerator that visits all surfaces.

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

Return Value

Type: IEnumeratorSurface
The enumerator.

Implements

IEnumerableTGetEnumerator
See Also