API Reference > OdDb Classes > OdDbEdgeRef Class > OdDbEdgeRef Constructor > OdDbEdgeRef::OdDbEdgeRef Constructor (OdDbCompoundObjectId&, OdDbSubentId&, OdDbSubentId&, OdGeCurve3d*)
OdDbEdgeRef::OdDbEdgeRef Constructor (OdDbCompoundObjectId&, OdDbSubentId&, OdDbSubentId&, OdGeCurve3d*)
Syntax
C++
OdDbEdgeRef(const OdDbCompoundObjectId& comId, const OdDbSubentId& edgeSubentId = OdDbSubentId(), const OdDbSubentId& faceSubentId = OdDbSubentId(), const OdGeCurve3d* pCurve = NULL);
Parameters 
Description 
const OdDbCompoundObjectId& comId 
[in] Component id.  
const OdDbSubentId& edgeSubentId = OdDbSubentId() 
[in] edge subentid.  
const OdDbSubentId& faceSubentId = OdDbSubentId() 
[in] face subentid.  
const OdGeCurve3d* pCurve = NULL 
[in] geometry curve. 

Creates an instance of this class. 

 

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