Q3Box_SetOrientation
You can use theQ3Box_SetOrientationfunction to set the orientation of a box.
TQ3Status Q3Box_SetOrientation ( TQ3GeometryObject box, const TQ3Vector3D *orientation);
box- A box.
orientation- The desired orientation of the specified box.
DESCRIPTION
TheQ3Box_SetOrientationfunction sets the orientation of the box specified by theboxparameter to that specified in theorientationparameter.