API Reference > OdDb Classes > OdDbMline Class > OdDbMline Methods > OdDbMline::moveVertexAt Method
OdDbMline::moveVertexAt Method
Syntax
C++
void moveVertexAt(int vertexIndex, const OdGePoint3d& newPosition);
Parameters 
Description 
int vertexIndex 
[in] Vertex index.  
const OdGePoint3d& newPosition 
[in] New WCS position for specified vertex. 

Moves the specified vertex of this MLine entity. 

 

newPosition is projected onto the plane of this MLine entity, and this projected vertex replaces the specified vertex.

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