Q3Mesh_GetFaceAttributeSet
You can use theQ3Mesh_GetFaceAttributeSet
function to get the attribute set of a face of a mesh.
TQ3Status Q3Mesh_GetFaceAttributeSet ( TQ3GeometryObject mesh, TQ3MeshFace face, TQ3AttributeSet *attributeSet);
mesh
- A mesh.
face
- A mesh face.
attributeSet
- On exit, a pointer to the set of attributes for the specified mesh face.
DESCRIPTION
TheQ3Mesh_GetFaceAttributeSet
function returns, in theattributeSet
parameter, the set of attributes currently associated with the mesh face specified by themesh
andface
parameters. The reference count of the set is incremented.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help