Q3Point_GetData
You can use theQ3Point_GetDatafunction to get the data that defines a point object and its attributes.
TQ3Status Q3Point_GetData ( TQ3GeometryObject point, TQ3PointData *pointData);
point- A point.
pointData- On exit, a pointer to a
TQ3PointDatastructure that contains information about the point specified by thepointparameter.DESCRIPTION
TheQ3Point_GetDatafunction returns, through thepointDataparameter, information about the position and attribute set of the point specified by thepointparameter. QuickDraw 3D allocates memory for theTQ3PointDatastructure internally; you must callQ3Point_EmptyDatato dispose of that memory.