API Reference > OdDb Classes > OdDbSection Class > OdDbSection Methods > OdDbSection::addVertex Method
OdDbSection::addVertex Method
Syntax
C++
OdResult addVertex(int nInsertAt, const OdGePoint3d& pt);
Parameters 
Description 
const OdGePoint3d& pt 
[in] Point that will be set as a vertex.  
nInserAt 
[in] Index that vertex will be set at.  

eOk if the operation completed successfully, or an appropriate error code otherwise.

Adds a vertex to the section line. 

 

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