Click or drag to resize

IBrepCurveList Interface

Provides access to all the underlying curves in a Brep object.

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

The IBrepCurveList type exposes the following members.

Properties
  NameDescription
Public propertyICount
Gets the number of curves in this list.
Public propertyItem
Gets the Curve at the given index. The index must be valid or an IndexOutOfRangeException will be thrown.
Top
Methods
  NameDescription
Public methodGetEnumerator
Get iterator over the curves.
Top
See Also