DvSetBoundary(3D) — Stardent 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 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 29, 2021