Q3MeshPart_GetType
You can use theQ3MeshPart_GetType
function to get the type of a mesh part object.
TQ3ObjectType Q3MeshPart_GetType ( TQ3MeshPartObject meshPartObject);
meshPartObject
- A mesh part object.
DESCRIPTION
TheQ3MeshPart_GetType
function returns, as its function result, the type identifier of the mesh part object specified by themeshPartObject
parameter. If successful,Q3MeshPart_GetType
returns one of these constants:
kQ3MeshPartTypeMeshFacePart kQ3MeshPartTypeMeshEdgePart kQ3MeshPartTypeMeshVertexPartIf the type cannot be determined or is invalid,Q3MeshPart_GetType
returns the valuekQ3ObjectTypeInvalid
.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help