Close

Relief for ODA Team in Ukraine

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

Sets the position for a specified vertex in a specified leader line. 

 

Parameters
Description
leaderLineIndex
[in] Leader line index.
index
[in] The index of the vertex to be set.
point
[in] New coordinate value for the specified vertex.

Returns eOk if successful.

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