Q3Box_SetFaceAttributeSet
You can use theQ3Box_SetFaceAttributeSetfunction to set the attribute set of a face of a box.
TQ3Status Q3Box_SetFaceAttributeSet ( TQ3GeometryObject box, unsigned long faceIndex, TQ3AttributeSet faceAttributeSet);
box- A box.
faceIndex- An index into the array of faces for the specified box.
faceAttributeSet- The desired set of attributes for the specified face.
DESCRIPTION
TheQ3Box_SetFacetAttributeSetfunction sets the attribute set of the face having indexfaceIndexof the box specified by theboxparameter to the set specified by thefaceAttributeSetparameter.