Q3Box_Submit
You can use theQ3Box_Submitfunction to submit an immediate box for drawing, picking, bounding, or writing.
TQ3Status Q3Box_Submit ( const TQ3BoxData *boxData, TQ3ViewObject view);
boxData- A pointer to a
TQ3BoxDatastructure.view- A view.
DESCRIPTION
TheQ3Box_Submitfunction submits for drawing, picking, bounding, or writing the immediate box whose shape and attribute set are specified by theboxDataparameter. The box is drawn, picked, bounded, or written according to the view characteristics specified in theviewparameter.SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.