DoBoundingVolSwitch(3D) — Kubota Pacfic Computer Inc. (\*(Dd)
NAME
DoBoundingVolSwitch − Create a primitive attribute object for enabling or disabling the use of bounding volumes
SYNOPSIS
C:
DtObject DoBoundingVolSwitch(switchvalue)
DtSwitch switchvalue;
FORTRAN:
INTEGER∗4 DOBVS(SWVAL)
INTEGER∗4 SWVAL
DESCRIPTION
DoBoundingVolSwitch returns a bounding volume switch primitive attribute object. The bounding volume switch takes one of the following values:
DcOn <DCON>
Enable use of bounding volumes.
DcOff <DCOFF>
Disable use of bounding volumes and ignore all bounding volumes encountered.
DEFAULTS
The default DoBoundingVolSwitch is DcOn <DCON>.
SEE ALSO
DoBoundingVol(3D), DoMinBoundingVolExt(3D), DsCompBoundingVol(3D)
September 02, 1992