API Reference > OdDb Classes > OdDbPathRef Class > OdDbPathRef Constructor > OdDbPathRef::OdDbPathRef Constructor (OdDbFullSubentPathArray&, OdDbFullSubentPathArray&)
OdDbPathRef::OdDbPathRef Constructor (OdDbFullSubentPathArray&, OdDbFullSubentPathArray&)
Syntax
C++
OdDbPathRef(const OdDbFullSubentPathArray& edgeSubentPathArr, const OdDbFullSubentPathArray& faceSubentPathArr);
Parameters 
Description 
const OdDbFullSubentPathArray& edgeSubentPathArr 
[in] Subent paths of the edges that make up the path.  
const OdDbFullSubentPathArray& 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. 

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

 

Copyright © 2002–2021. Open Design Alliance. All rights reserved.