Q3GeneralPolygon_SetVertexAttributeSet
You can use theQ3GeneralPolygon_SetVertexAttributeSetfunction to set the attribute set of a vertex of a general polygon.
TQ3Status Q3GeneralPolygon_SetVertexAttributeSet ( 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- The desired set of attributes for the specified vertex.
DESCRIPTION
TheQ3GeneralPolygon_SetVertexAttributeSetfunction sets the attribute set of the vertex having the index specified by thepointIndexparameter in theverticesarray of the contour specified by thecontourIndexparameter in the general polygon specified by thegeneralPolygonparameter to the set specified in theattributeSetparameter.