[ 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) |
Pint ws_idWorkstation identifier.
const Plimit3 *ws_win_limitsWorkstation window limits in NPC.
FORTRAN
integer wkidWorkstation 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 ]