Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 15 - Pick Objects / Pick Objects Reference
Pick Objects Routines / Managing Shape Parts and Mesh Parts


Q3MeshPart_GetType

You can use the Q3MeshPart_GetType function to get the type of a mesh part object.

TQ3ObjectType Q3MeshPart_GetType (
TQ3MeshPartObject meshPartObject);
meshPartObject
A mesh part object.
DESCRIPTION
The Q3MeshPart_GetType function returns, as its function result, the type identifier of the mesh part object specified by the meshPartObject parameter. If successful, Q3MeshPart_GetType returns one of these constants:

kQ3MeshPartTypeMeshFacePart
kQ3MeshPartTypeMeshEdgePart
kQ3MeshPartTypeMeshVertexPart
If the type cannot be determined or is invalid, Q3MeshPart_GetType returns the value kQ3ObjectTypeInvalid.


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