C++
ACDBCORE2D_PORT AcDbPathRef( const AcDbFullSubentPathArray& edgeSubentPathArr, const AcDbFullSubentPathArray& faceSubentPathArr );
Description
Constructor for an AcDbPathRef that is a sequence of connected edges.
Parameters
Parameters | Description |
---|---|
edgeSubentPathArr | Subent paths of the edges that make up the path. |
faceSubentPathArr | Optional subent paths of the faces for each edge. The number of elements in this array must be 0 or be the same as the number of elements in edgeSubentPathArr. |