DvInqBoundary(3D) — Stardent Computer Inc. (\*(Dd)
NAME
DvInqBoundary − Return the view boundary
SYNOPSIS
C:
void DvInqBoundary(view, boundary)
DtObject view;
DtVolume ∗boundary;
Fortran:
CALL DVQB(VIEW, BNDRY)
INTEGER∗4 VIEW
REAL∗8 BNDRY(6)
DESCRIPTION
DvInqBoundary returns 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
DvInqBoundary will fail if the view handle is invalid.
[WARNING - invalid view handle]
SEE ALSO
September 29, 2021