Click or drag to resize

IBrepFaceList Interface

Provides access to all the Faces in a Brep object.

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

The IBrepFaceList type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of brep faces.
Public propertyItem
Gets the BrepFace at the given index. The index must be valid or an IndexOutOfRangeException will be thrown.
Top
Methods
  NameDescription
Public methodGetEnumerator
Gets an enumerators that yields BrepFace objects.
Top
See Also