Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbPathRef::OdDbPathRef Constructor (const OdDbFullSubentPathArray&, const OdDbFullSubentPathArray&)
Syntax
C++
OdDbPathRef(const OdDbFullSubentPathArray& edgeSubentPathArr, const OdDbFullSubentPathArray& faceSubentPathArr);

Creates for an OdDbPathRef that is a sequence of connected edges. 

 

Parameters
Description
edgeSubentPathArr
[in] Subent paths of the edges that make up the path.
faceSubentPathArr
[in] 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.
Copyright © 2002-2022. Open Design Alliance All rights reserved.