Q3GeneralPolygon_SetVertexPosition
You can use theQ3GeneralPolygon_SetVertexPositionfunction to set the position of a vertex of a general polygon.
TQ3Status Q3GeneralPolygon_SetVertexPosition ( TQ3GeometryObject generalPolygon, unsigned long contourIndex, unsigned long pointIndex, const TQ3Point3D *position);
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.position- The desired position of the specified vertex.
DESCRIPTION
TheQ3GeneralPolygon_SetVertexPositionfunction sets the position of a vertex in the general polygon specified by thegeneralPolygonparameter. The vertex has the index specified by thepointIndexparameter in theverticesarray of the contour specified by thecontourIndexparameter to the position specified in thepositionparameter.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help