Click or drag to resize

IBrepTrimList Interface

Provides access to all the Trims in a Brep object.

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

The IBrepTrimList type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of brep trims.
Public propertyItem
Gets the BrepTrim 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