Click or drag to resize

IBrepVertexListGetEnumerator Method

Gets an enumerator that visits all surfaces.

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

Return Value

Type: IEnumeratorIBrepVertex
The enumerator.
See Also