set_model_clip_indicator(3G)
NAME
set_model_clip_indicator − enable/disable clipping to Model Clip Volume
SYNOPSIS
C Syntax:
void set_model_clip_indicator ( fildes, indicator );
int fildes, indicator;
FORTRAN77 Syntax:
subroutine set_model_clip_indicator ( fildes, indicator )
integer*4 fildes, indicator
Pascal Syntax:
procedure set_model_clip_indicator ( fildes, indicator:integer );
DESCRIPTION
Input Parameters
fildes Integer file descriptor returned by gopen when an I/O path to a graphics device is opened.
indicator Turns model clipping on (MODEL_CLIP_ON) or off (MODEL_CLIP_OFF).
Discussion
set_model_clip_indicator specifies whether or not model clipping is to be performed. If indicator is MODEL_CLIP_OFF, output primitives are drawn without regard to the model clipping process. If indicator is MODEL_CLIP_ON, output primitives are subjected to clipping by the defined Model Clip Volume (see set_model_clip_volume).
DEFAULTS
Model clipping is disabled (MODEL_CLIP_OFF).
SEE ALSO
set_model_clip_volume(3G), set_capping_planes(3G)
Hewlett-Packard Company — November 03, 1994