Q3Object_GetLeafType
You can use theQ3Object_GetLeafTypefunction to get the leaf type of a QuickDraw 3D object.
TQ3ObjectType Q3Object_GetLeafType (TQ3Object object);
object- A QuickDraw 3D object.
DESCRIPTION
TheQ3Object_GetLeafTypefunction returns, as its function result, the leaf type identifier of the QuickDraw 3D object specified in theobjectparameter. You should call this function only when the specified object is a leaf object (for example, when you've read the object in from a file). If the leaf type cannot be determined or is invalid,Q3Object_GetLeafTypereturns the valuekQ3ObjectTypeInvalid.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help