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

SET WORKSTATION WINDOW 3 (PHOP,WSOP,*,*)

Purpose

Use Set Workstation Window 3 to set the requested three-dimensional workstation window for the specified workstation.

The graPHIGS API sets the current workstation window to the requested values when you update the workstation.

Language Bindings

C

pset_ws_win3 (ws_id, ws_win_limits)

Input Parameters

Pint ws_id
Workstation identifier.

const Plimit3 *ws_win_limits
Workstation window limits in NPC.

FORTRAN

PSWKW3 (wkid, wkwn)

Input Parameters

integer wkid
Workstation identifier.

real wkwn(6)
Workstation window limits in NPC (XMIN, XMAX, YMIN, YMAX, ZMIN, ZMAX).

Errors

3
Function Requires State (PHOP,WSOP,*,*)
54
Specified Workstation Is Not Open
57
Specified Workstation Is Of Category MI
151
Invalid Window: Minimum Value >= To Corresponding Maximum Value
156
Workstation Window Limits Are Not Within NPC Range

Related Subroutines

  • Inquire Workstation Transformation 3

  • Set Workstation Viewport

  • Set Workstation Viewport 3

  • Set Workstation Window

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