API Reference > OdDb Classes > OdDbMline Class > OdDbMline Methods > OdDbMline::appendSeg Method
OdDbMline::appendSeg Method
Syntax
C++
void appendSeg(const OdGePoint3d& newVertex);
Parameters 
Description 
const OdGePoint3d& newVertex 
[in] Vertex to append. 

Appends a vertex onto the end of this MLine entity. 

 

newVertex is projected onto the plane of this MLine entity, and this projected vertex appended to it.

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