Click or drag to resize

IBrepEdge Interface

BrepFace.

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

The IBrepEdge type exposes the following members.

Properties
  NameDescription
Public propertyEdgeCurveIndex
Gets the brep.Curves3D[] index of the 3d curve geometry used by this edge or -1.
Public propertyEndVertex
Gets the BrepVertex at end of edge.
Public propertyStartVertex
Gets the BrepVertex at start of edge.
Top
Methods
  NameDescription
Public methodAdjacentFaces
Gets the indices of all the BrepFaces that use this edge.
Top
See Also