Q3Box_New
You can use theQ3Box_Newfunction to create a new box.
TQ3GeometryObject Q3Box_New (const TQ3BoxData *boxData);
boxData- A pointer to a
TQ3BoxDatastructure.DESCRIPTION
TheQ3Box_Newfunction returns, as its function result, a new box having the sides and attributes specified by theboxDataparameter. If a new box could not be created,Q3Box_Newreturns the valueNULL.