Q3GeneralPolygon_GetVertexAttributeSet
You can use theQ3GeneralPolygon_GetVertexAttributeSetfunction to get the attribute set of a vertex of a general polygon.
TQ3Status Q3GeneralPolygon_GetVertexAttributeSet ( TQ3GeometryObject generalPolygon, unsigned long contourIndex, unsigned long pointIndex, TQ3AttributeSet *attributeSet);
generalPolygon- A general polygon.
contourIndex- An index into the
contoursarray of the specified general polygon.pointIndex- An index into the
verticesarray of the specified contour.attributeSet- On exit, a pointer to a vertex attribute set for the specified vertex.
DESCRIPTION
TheQ3GeneralPolygon_GetVertexAttributeSetfunction returns, in theattributeSetparameter, the set of attributes for the vertex having the index specified by thepointIndexparameter in theverticesarray of the contour specified by thecontourIndexparameter of the general polygon specified by thegeneralPolygonparameter. The reference count of the set is incremented.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help