Q3MeshFacePart_GetFace
You can use theQ3MeshFacePart_GetFacefunction to get the mesh face that corresponds to a mesh face part.
TQ3Status Q3MeshFacePart_GetFace ( TQ3MeshFacePartObject meshFacePartObject, TQ3MeshFace *face);
meshFacePartObject- A mesh face part object.
face- On exit, the mesh face that corresponds to the specified mesh face part object.
DESCRIPTION
TheQ3MeshFacePart_GetFacefunction returns, in thefaceparameter, the mesh face that corresponds to the mesh face part object specified by themeshFacePartObjectparameter.