Click or drag to resize

IBrepVertexList Interface

Provides access to all the Vertices in a Brep object.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public interface IBrepVertexList

The IBrepVertexList type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of brep vertices.
Public propertyItem
Gets the BrepVertex at the given index. The index must be valid or an IndexOutOfRangeException will be thrown.
Top
Methods
  NameDescription
Public methodGetEnumerator
Gets an enumerator that visits all surfaces.
Top
See Also