Q3Line_SetVertexPosition
You can use theQ3Line_SetVertexPositionfunction to set the position of a vertex of a line.
TQ3Status Q3Line_SetVertexPosition ( TQ3GeometryObject line, unsigned long index, const TQ3Point3D *position);
line- A line.
index- An index into the
verticesarray of the specified line. This parameter should have the value 0 or 1.position- The desired position of the specified vertex.
DESCRIPTION
TheQ3Line_SetVertexPositionfunction sets the position of the vertex having the index specified by theindexparameter in theverticesarray of the line specified by thelineparameter to that specified in thepositionparameter.