Q3Box_SetOrigin
You can use theQ3Box_SetOriginfunction to set the origin of a box.
TQ3Status Q3Box_SetOrigin ( TQ3GeometryObject box, const TQ3Point3D *origin);
box- A box.
origin- The desired origin of the specified box.
DESCRIPTION
TheQ3Box_SetOriginfunction sets the origin of the box specified by theboxparameter to that specified in theoriginparameter.