TDOMA3 (XMIN, YMIN, ZMIN, XMAX, YMAX, ZMAX)
REAL XMIN REAL YMIN REAL ZMIN REAL XMAX REAL YMAX REAL ZMAX
The domain, [XMIN-XMAX] × [YMIN-YMAX] × [ZMIN-ZMAX], is associated with a homogeneous coordinate system, [0-1] × [0-1] × [0-1], used as a reference for certain PHIGURE function attributes (such as axis character height), but also as a reference to define the observer's viewpoint for scene visualization.
By default, primitives which exceed the limits of the domain are not clipped, that is, are not cut off at the edge of the domain during visualization. To turn on clipping, simply call the function TSMCLI after creating the scene associated with this domain (see functions TSMCLI and TSCENE).