Close

Relief for ODA Team in Ukraine

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

Sets the first vertex of the specified leader line. 

 

Parameters
Description
leaderLineIndex
[in] Leader line index.
point
[in] New position for the first vertex.

Returns eOk if successful.

Note that this function only sets the values for an existing first vertex, but does not create any new vertices.

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