API Reference > OdDb Classes > OdDbLeader Class > OdDbLeader Methods > OdDbLeader::appendVertex Method
OdDbLeader::appendVertex Method
Syntax
C++
virtual bool appendVertex(const OdGePoint3d& vertex);
Parameters 
Description 
const OdGePoint3d& 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.

Appends the specified WCS vertex to this Leader entity. 

 

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

Copyright © 2002–2020. Open Design Alliance. All rights reserved.