Q3Pick_SetData
You can use theQ3Pick_SetDatafunction to set the basic data associated with a pick object.
TQ3Status Q3Pick_SetData ( TQ3PickObject pick, const TQ3PickData *data);
pick- A pick object.
data- A pointer to a pick data structure.
DESCRIPTION
TheQ3Pick_SetDatafunction sets the data associated with the pick object specified by thepickparameter to the data specified by thedataparameter.