Q3GeneralPolygon_SetVertexAttributeSet
You can use theQ3GeneralPolygon_SetVertexAttributeSet
function 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
contours
array of the specified general polygon.pointIndex
- An index into the
vertices
array of the specified contour.attributeSet
- The desired set of attributes for the specified vertex.
DESCRIPTION
TheQ3GeneralPolygon_SetVertexAttributeSet
function sets the attribute set of the vertex having the index specified by thepointIndex
parameter in thevertices
array of the contour specified by thecontourIndex
parameter in the general polygon specified by thegeneralPolygon
parameter to the set specified in theattributeSet
parameter.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help