Click or drag to resize

RhinoBrepVertexListGetEnumerator Method

Gets an enumerator that visits all surfaces.

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

Return Value

Type: IEnumeratorIBrepVertex
The enumerator.

Implements

IBrepVertexListGetEnumerator
See Also