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

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

Sets a section line vertex with an index. 

 

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