Click or drag to resize

IBrepLoopListGetEnumerator Method

Gets an enumerator that visits all edges.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
IEnumerator<IBrepLoop> GetEnumerator()

Return Value

Type: IEnumeratorIBrepLoop
The enumerator.
See Also