Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSection::addVertex Method
Syntax
C++
OdResult addVertex(int nInsertAt, const OdGePoint3d& pt);

Adds a vertex to the section line. 

 

Parameters
Description
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.

Copyright © 2002-2022. Open Design Alliance All rights reserved.