Click or drag to resize

IBrepTrim Interface

A BrepTrim.

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

The IBrepTrim type exposes the following members.

Properties
  NameDescription
Public propertyEdge
Gets the edge.
Public propertyEndVertex
Gets the BrepVertex at end of trim.
Public propertyFace
Gets the face.
Public propertyTrimCurveIndex
Gets the Brep.Curves2D 2d curve index of the 2d curve geometry used by this trim, or -1.
Public propertyTrimIndex
Gets the index of this trim in the Brep.Trims collection.
Public propertyTrimType
Gets the type of trim.
Top
Methods
  NameDescription
Public methodIsReversed
Get orientation of trim with respect to it's corresponding edge.
Top
See Also