DISPLAY

Defines the display parameters of the images created during the report generation.

Syntax

DISPLAY {parameters}

Qualifier

This command has no qualifier.

Parameters

axis_display (string)
on | off
Display the axis marker during the image creation.
perspective_view (string)
on (default) | off
Set the camera perspective off (orthogonal view).
background_color (string)
white (default) | red | blue | green | black | magenta | gray | yellow | light blue | purple

Example

#----------------------------------------------------------------------+
# Set the display style
#----------------------------------------------------------------------+
DISPLAY{
axis_display = on
perspective_view = on
background_color = white
}