Click or drag to resize

IBrepLoopList Interface

Provides access to all the Loops in a Brep object.

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

The IBrepLoopList type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of brep loops.
Public propertyItem
Gets the BrepLoop 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 edges.
Top
See Also