Q3Polygon_SetData
You can use theQ3Polygon_SetDatafunction to set the data that defines a simple polygon and its attributes.
TQ3Status Q3Polygon_SetData ( TQ3GeometryObject polygon, const TQ3PolygonData *polygonData);
polygon- A simple polygon.
polygonData- A pointer to a
TQ3PolygonDatastructure.DESCRIPTION
TheQ3Polygon_SetDatafunction sets the data associated with the simple polygon specified by thepolygonparameter to the data specified by thepolygonDataparameter.