Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ setviwbdr(3D) — Stardent 3.0 System Software

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

DvInqBoundary(3D)

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

DvInqBoundary(3D)

September 29, 2021

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026