API Reference > OdDb Classes > OdDbVertexRef Class > OdDbVertexRef Constructor > OdDbVertexRef::OdDbVertexRef Constructor (OdDbCompoundObjectId&, OdDbSubentId&, OdGePoint3d&)
OdDbVertexRef::OdDbVertexRef Constructor (OdDbCompoundObjectId&, OdDbSubentId&, OdGePoint3d&)
Syntax
C++
OdDbVertexRef(const OdDbCompoundObjectId& comId, const OdDbSubentId& subentId = OdDbSubentId(), const OdGePoint3d& point3d = OdGePoint3d::kOrigin);
Parameters 
Description 
const OdDbCompoundObjectId& comId 
[in] Component id.  
const OdDbSubentId& subentId = OdDbSubentId() 
[in] subentid.  
const OdGePoint3d& point3d = OdGePoint3d::kOrigin 
[in] face subentid. 

Sets the data members of the OdDbVertexRef. 

 

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