4 Creating and Editing Boxes

4 Q3Box_GetData

You can use the Q3Box_GetData function 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 TQ3BoxData structure that contains information about the box specified by the box parameter.

DESCRIPTION


The Q3Box_GetData function returns, through the boxData parameter, information about the box specified by the box parameter. QuickDraw3D allocates memory for the TQ3BoxData structure internally; you must call Q3Box_EmptyData to dispose of that memory.

DESCRIPTION

3D Graphics Programming with QuickDraw 3D - 21 OCT 1995

© Apple Computer, Inc.

Let us know what you think of these prototype pages.

Generated with Harlequin WebMaker