[ Previous | Next | Contents | Glossary | Home | Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference

SET MODELING CLIPPING INDICATOR (PHOP,*,STOP,*)

Purpose

Use Set Modeling Clipping Indicator to insert a Set Modeling Clipping Indicator structure element into the open structure following the element pointer, or to replace the element pointed at by the element pointer with a Set Modeling Clipping Indicator structure element, depending on the current edit mode.

Use this subroutine to set the value of the current modeling clipping indicator. During structure traversal, the graPHIGS API uses this value to determine whether or not to perform modeling clipping on subsequent output primitives.

The traversal default for the modeling clipping indicator is NOCLIP.

Note: Not all graPHIGS API workstations support modeling clipping. Use the graPHIGS API Inquire Workstation Description (GPQWDT) subroutine to determine if a particular workstation supports modeling clipping.

Language Bindings

C

pset_model_clip_ind (clip_ind)

Input Parameters

Pclip_ind clip_ind
Clipping indicator (0=PIND_NO_CLIP, 1=PIND_CLIP).

FORTRAN

PSMCLI (mclipi)

Input Parameters

integer mclipi
Modeling clipping indicator (0=PNCLIP, 1=PCLIP)

Errors

5
Function Requires State (PHOP,*,STOP,*)

Related Subroutines

  • Inquire Modeling Clipping Facilities

  • Set Modeling Clipping Volume

  • Set Modeling Clipping Volume 3


  • [ Previous | Next | Contents | Glossary | Home | Search ]