Click or drag to resize

IBrepFaceListGetEnumerator Method

Gets an enumerators that yields BrepFace objects.

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

Return Value

Type: IEnumeratorIBrepFace
The enumerator.
See Also