GINO Graphics Suite - GINO v9.0  

gClearPolygonWorkspace

Syntax

[C/C++:]
void gClearPolygonWorkspace(void);
[F90:]
subroutine gClearPolygonWorkspace

Arguments

None

Description

Polygon vertices are always stored at the next available location in the polygon workspace. A call to gClearPolygonWorkspace() reinitializes the workspace so that vertices are stored starting from the first location in the workspace. This deletes all existing polygons.

The routine gClearPolygonWorkspace() is ignored if gSetPolygonMode(GOFF) was called beforehand.

See Also

gClearPolygonWorkspace Usage
gSetPolygonMode