Click or drag to resize

BrepTrimListGetEnumerator Method

Gets an enumerator that visits all edges.

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

Return Value

Type: IEnumeratorBrepTrim
The enumerator.

Implements

IEnumerableTGetEnumerator
See Also