Click or drag to resize

RhinoBrepLoopListGetEnumerator Method

Gets an enumerator that visits all edges.

Namespace:  Karamba.GHopper.Geometry
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public IEnumerator<IBrepLoop> GetEnumerator()

Return Value

Type: IEnumeratorIBrepLoop
The enumerator.

Implements

IBrepLoopListGetEnumerator
See Also