DISPLAY

Settings for the display of the image of all images unless modified by IMAGE command.

Syntax

DISPLAY{ parameters}

Qualifier

This command has no qualifier.

Parameters

axis_display (boolean)
Display the X,Y,Z axes in the image
background_type (enum)
Specify background of color or image
Options: constant_color or image
background_color (enum)
Color displayed in the background of all images
Options: white, green, blue, magenta, gray, yellow, light_blue, purple, red, black
background_image (string)
Path to the location of the background image
outline_display (boolean)
Outline displayed of model and simulation space
perspective_view (boolean)
Shows model with perspective
presentation_render (boolean)
Adds perspective and increased lighting/shine to model
active_flag (boolean)
Read and process the command or ignore it

Example

DISPLAY{
     axis_display               = off
     background_type            = constant_color
     background_color           = white
     outline_display            = off
     perspective_view           = off
     presentation_render        = on
}