Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbMline::moveVertexAt Method
Syntax
C++
void moveVertexAt(int vertexIndex, const OdGePoint3d& newPosition);

Moves the specified vertex of this MLine entity. 

 

Parameters
Description
vertexIndex
[in] Vertex index.
newPosition
[in] New WCS position for specified vertex.

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

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