Q3MeshPart_GetComponent
You can use theQ3MeshPart_GetComponentfunction to get the mesh component that contains a mesh part.
TQ3Status Q3MeshPart_GetComponent ( TQ3MeshPartObject meshPartObject, TQ3MeshComponent *component);
meshPartObject- A mesh part object.
component- On exit, the mesh component that contains the specified mesh part object.
DESCRIPTION
TheQ3MeshPart_GetComponentfunction returns, in thecomponentparameter, the mesh component that contains the mesh part object specified by themeshPartObjectparameter.