Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbMLeader::getVertex Method
Syntax
C++
void getVertex(int leaderLineIndex, int index, OdGePoint3d& point) const;

Returns the position of a specified vertex in a specified leader line. 

 

Parameters
Description
leaderLineIndex
[in] Leader line index.
index
[in] The index of the vertex.
point
[out] Receives the position value for the specified vertex.

Returns eOk if successful.

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