Documentación de la API > Graphics and model display > Object ProGraphics > Function ProGraphicsModelPolygonDraw
Function ProGraphicsModelPolygonDraw
Description
Draws filled or unfilled polygons in the window.system
NOTE:
This function is intended primarily to clear areas in Creo Parametric windows. It does not affect any Creo Parametric interface.
Synopsis
#include <ProGraphic.h>
ProGraphicsModelPolygonDraw
(
ProPoint2d* point_array
/* (In)
A ProArray of X and Y coordinates. If the current object is a part/assembly, then the points must be in part/assembly coordinates respectively. Call ProArrayFree() to free the array.
*/
ProColortype fill_color
/* (In)
The fill color.
*/
)
Returns
The function successfully drew the polygon.
You specified more than 100 points.
User Guide References
¿Fue esto útil?