Q3TriGrid_GetFacetAttributeSet
You can use theQ3TriGrid_GetFacetAttributeSetfunction to get the attribute set of a facet of a trigrid.
TQ3Status Q3TriGrid_GetFacetAttributeSet ( TQ3GeometryObject triGrid, unsigned long faceIndex, TQ3AttributeSet *facetAttributeSet);
triGrid- A trigrid.
faceIndex- An index into the array of facets for the specified trigrid.
facetAttributeSet- On exit, a pointer to an attribute set for the specified facet.
DESCRIPTION
TheQ3TriGrid_GetFacetAttributeSetfunction returns, in thefacetAttributeSetparameter, the set of attributes for the facet having the indexfaceIndexof the trigrid specified by thetriGridparameter. The reference count of the set is incremented.