Q3Group_GetPositionObject
You can use theQ3Group_GetPositionObjectfunction to get the object located at a certain position in a group.
TQ3Status Q3Group_GetPositionObject ( TQ3GroupObject group, TQ3GroupPosition position, TQ3Object *object);
group- A group.
position- A group position.
object- On exit, a reference to a QuickDraw 3D object.
DESCRIPTION
TheQ3Group_GetPositionObjectfunction returns, in theobjectparameter, a reference to the object having the position specified by thepositionparameter in the group specified by thegroupparameter. The reference count of the returned object is incremented. If an error occurs when getting the object,Q3Group_GetPositionObjectreturnsNULL.ERRORS
kQ3ErrorInvalidObject
kQ3Error_InvalidPositionForGroup
kQ3Error_NULLParameter
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help