Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbLeader::appendVertex Method
Syntax
C++
virtual bool appendVertex(const OdGePoint3d& vertex);

Appends the specified WCS vertex to this Leader entity. 

 

Parameters
Description
vertex
[in] Vertex to append.

Returns true if and only if the vertex was appended. 

The specified vertex is projected onto the plane of this Leader, parallel to its normal.

If the specified vertex is inside a 2e-10 cube surrounding the previous vertex, it will not be appended.

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