SET MODELLING CLIPPING INDICATOR(3P) — Kubota Pacfic Computer Inc. (29 February 1991)
NAME
SET MODELLING CLIPPING INDICATOR − create structure element to set the current modelling clipping indicator
SYNOPSIS
C Syntax
void
pset_model_clip_ind ( ind )
Pclip_indind;clipping indicator
Required PHIGS Operating States
(PHOP, ∗, STOP, ∗)
DESCRIPTION
Purpose
SET MODELLING CLIPPING INDICATOR creates a structure element containing a value for the current modelling clipping indicator attribute, which affects all output primitives.
C Input Parameter
indThe clipping indicator is an enumerated value, from:
PIND_NO_CLIPDo not clip
PIND_CLIPClip
Execution
If the current edit mode is INSERT, a SET MODELLING CLIPPING INDICATOR element is inserted into the currently open structure after the element pointed to by the current element pointer. If the edit mode is REPLACE, the new element replaces the element pointed to by the element pointer. In either case, the element pointer is updated to point to the new element.
During traversal, this attribute enables or disables modelling clipping to the volume controlled by SET MODELLING CLIPPING VOLUME, SET MODELLING CLIPPING VOLUME 3, and RESTORE MODELLING CLIPPING VOLUME elements.
ERRORS
005Ignoring function, function requires state (PHOP, ∗, STOP, ∗)
SEE ALSO
INQUIRE MODELLING CLIPPING FACILITIES (3P)
SET MODELLING CLIPPING VOLUME (3P)
SET MODELLING CLIPPING VOLUME 3 (3P)
RESTORE MODELLING CLIPPING VOLUME (3P)
September 02, 1992