Click or drag to resize

IBrepLoop Interface

Represent a single loop in a Brep object. A loop is composed of a list of trim curves.

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

The IBrepLoop type exposes the following members.

Properties
  NameDescription
Public propertyLoopIndex
Gets the index of this loop in the Brep.Loops collection.
Public propertyLoopType
Gets the type of loop.
Public propertyTrims
Gets the list of trims for this loop.
Top
Methods
  NameDescription
Public methodTo2dCurve
Create a 2d curve that traces the entire loop.
Public methodTo3dCurve
Create a 3D curve that approximates the loop geometry.
Top
See Also