Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Boxes


Q3Box_GetFaceAttributeSet

You can use the Q3Box_GetFaceAttributeSet function to get the attribute set of a face of a box.

TQ3Status Q3Box_GetFaceAttributeSet (
TQ3GeometryObject box, 
unsigned long faceIndex, 
TQ3AttributeSet *faceAttributeSet);
box
A box.
faceIndex
An index into the array of faces for the specified box.
faceAttributeSet
On exit, a pointer to an attribute set for the specified face.
DESCRIPTION
The Q3Box_GetFaceAttributeSet function returns, in the faceAttributeSet parameter, the set of attributes for the face having the index faceIndex of the box specified by the box parameter. The reference count of the set is incremented.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help