DvSetBoundary(3D) — Kubota Pacfic Computer Inc. (\*(Dd)
NAME
DvSetBoundary − Set the view boundary
SYNOPSIS
C:
void DvSetBoundary(view, boundary)
DtObject view;
DtVolume ∗boundary;
FORTRAN:
CALL DVSB(VIEW, BNDRY)
INTEGER∗4 VIEW
REAL∗8 BNDRY(6)
DESCRIPTION
DvSetBoundary sets the view boundary for the view specified by the parameter view. The view boundary parameter boundary specifies the position and amount of space occupied by the view within a frame.
ERRORS
DvSetBoundary will fail if the view handle is invalid.
[WARNING - invalid view handle]
DEFAULTS
The default view boundary extends from (0.0, 0.0, 0.0) to (1.0, 1.0, 1.0) in frame coordinates.
SEE ALSO
September 02, 1992