Q3Point_SetPosition
You can use theQ3Point_SetPositionfunction to set the position of a point.
TQ3Status Q3Point_SetPosition ( TQ3GeometryObject point, const TQ3Point3D *position);
point- A point.
position- The desired position of the specified point.
DESCRIPTION
TheQ3Point_SetPositionfunction sets the position of the point specified by thepointparameter to that specified in thepositionparameter.