CLIP

Specifies whether clipping is on or off
Operating state: GKOP, SGOP, WSAC, WSOP
Default: OFF

Syntax

return-code-variable=GSET('CLIP', status);

Required Argument

status
character string enclosed in quotation marks or character variable name; valid values are ON and OFF. When ON is used, the graphics elements outside of the specified viewport are not displayed. If you turn clipping OFF, the graphics elements outside of the defined viewport are displayed.

Return Codes

This function returns:

Details

The GSET('CLIP', . . . ) function activates or suppresses clipping around the current viewport.