Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ set_mc_indi(3G) — HP-UX 9.10

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

set_model_clip_volume(3G)

set_capping_planes(3G)

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 is an 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  —  HP-UX Release 9.10: April 1995

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026