Q3Shape_GetSet
You can use theQ3Shape_GetSetfunction to get the set currently associated with a shape.
TQ3Status Q3Shape_GetSet ( TQ3ShapeObject shape, TQ3SetObject *set);
shape- A shape object.
set- On exit, the set currently associated with the specified shape.
DESCRIPTION
TheQ3Shape_GetSetfunction returns, in thesetparameter, the set of elements currently associated with the shape object specified by theshapeparameter.