Q3Box_GetData
You can use theQ3Box_GetDatafunction to get the data that defines a box and its attributes.
TQ3Status Q3Box_GetData ( TQ3GeometryObject box, TQ3BoxData *boxData);
box- A box.
boxData- On exit, a pointer to a
TQ3BoxDatastructure that contains information about the box specified by theboxparameter.DESCRIPTION
TheQ3Box_GetDatafunction returns, through theboxDataparameter, information about the box specified by theboxparameter. QuickDraw 3D allocates memory for theTQ3BoxDatastructure internally; you must callQ3Box_EmptyDatato dispose of that memory.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help