Q3Point_SetData
You can use theQ3Point_SetDatafunction to set the data that defines a point object and its attributes.
TQ3Status Q3Point_SetData ( TQ3GeometryObject point, const TQ3PointData *pointData);
point- A point.
pointData- A pointer to a
TQ3PointDatastructure.DESCRIPTION
TheQ3Point_SetDatafunction sets the data associated with the point specified by thepointparameter to the data specified by thepointDataparameter.