API Reference > OdDb Classes > OdDbSection Class > OdDbSection Methods > OdDbSection::getVertex Method
OdDbSection::getVertex Method
Syntax
C++
OdResult getVertex(int nIndex, OdGePoint3d& pt) const;
Parameters 
Description 
int nIndex 
[in] Index of a vertex.  
OdGePoint3d& pt 
[out] Vertex with a given index.  

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

Returns a section line vertex by its index. 

 

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