API Reference > OdDb Classes > OdDbSection Class > OdDbSection Methods > OdDbSection::setVertices Method
OdDbSection::setVertices Method
Syntax
C++
OdResult setVertices(const OdGePoint3dArray& pts);
Parameters 
Description 
const OdGePoint3dArray& pts 
[in] Array of vertices.  

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

Sets vertices of the section line from an array. 

 

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