Q3Box_GetFaceAttributeSet
You can use theQ3Box_GetFaceAttributeSetfunction to get the attribute set of a face of a box.
TQ3Status Q3Box_GetFaceAttributeSet ( TQ3GeometryObject box, unsigned long faceIndex, TQ3AttributeSet *faceAttributeSet);
box- A box.
faceIndex- An index into the array of faces for the specified box.
faceAttributeSet- On exit, a pointer to an attribute set for the specified face.
DESCRIPTION
TheQ3Box_GetFaceAttributeSetfunction returns, in thefaceAttributeSetparameter, the set of attributes for the face having the indexfaceIndexof the box specified by theboxparameter. The reference count of the set is incremented.