rendering_options#
Bases:
TUIMenu
Contains the commands that enable you to set options that determine how the scene is rendered.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
animation_option
(service, version, mode, path)Enables you to specify the animation option as appropriate.
auto_spin
(service, version, mode, path)Enables mouse view rotations to continue to spin the display after the button is released.
color_map_alignment
(service, version, mode, path)Sets the color bar alignment.
device_info
(service, version, mode, path)Prints out information about your graphics driver.
double_buffering
(service, version, mode, path)Enables or disables double buffering.
driver
(service, version, mode, path)Changes the current graphics driver.
face_displacement
(service, version, mode, path)Sets the face displacement (in Z-buffer units along the camera Z-axis) for the displayed geometry when both faces and edges are displayed simultaneously.
front_faces_transparent
(service, version, ...)Make the front faces transparent.
help_text_color
(service, version, mode, path)Sets the color of the help text on the screen.
hidden_line_method
(service, version, mode, path)Specifies the method to perform hidden line rendering.
hidden_lines
(service, version, mode, path)Turns hidden line removal on or off.
hidden_surface_method
(service, version, ...)Enables you to choose from among the hidden surface removal methods that are supported.
hidden_surfaces
(service, version, mode, path)Enables/disables the display of hidden surfaces.
set_rendering_options
(service, version, ...)Sets the rendering options.
show_colormap
(service, version, mode, path)Enable/Disable colormap.
surface_edge_visibility
(service, version, ...)Controls whether or not the mesh edges are drawn.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Enables you to specify the animation option as appropriate.
Bases:
TUIMethod
Enables mouse view rotations to continue to spin the display after the button is released.
Bases:
TUIMethod
Sets the color bar alignment.
Bases:
TUIMethod
Prints out information about your graphics driver.
Bases:
TUIMethod
Enables or disables double buffering. Double buffering dramatically reduces screen flicker during graphics updates. If your display hardware does not support double buffering and you turn this option on, double buffering will be done in software. Software double buffering uses extra memory.
Bases:
TUIMethod
Changes the current graphics driver. When enabling graphics display, you have various options: for Linux, the available drivers include opengl and x11; for Windows, the available drivers include opengl, dx11 (for DirectX 11), and msw (for Microsoft Windows). You can also disable the graphics display window by entering null. For a comprehensive list of the drivers available to you, press the Enter key at the driver> prompt. For any session that displays graphics in a graphics window and/or saves picture files, having the driver set to x11, msw, or null will cause the rendering / saving speed to be significantly slower.
Bases:
TUIMethod
Sets the face displacement (in Z-buffer units along the camera Z-axis) for the displayed geometry when both faces and edges are displayed simultaneously.
Bases:
TUIMethod
Make the front faces transparent.
Bases:
TUIMethod
Sets the color of the help text on the screen. You can select black, default, or white.
Bases:
TUIMethod
Specifies the method to perform hidden line rendering. This command will appear only when hidden-lines? is true.
Bases:
TUIMethod
Turns hidden line removal on or off. This command is available only when the color scheme is set to classic. This command (only available when Graphics Color Theme is set to Black) is deprecated and will be removed at a future release.
Bases:
TUIMethod
Enables you to choose from among the hidden surface removal methods that are supported. These options (listed below) are display hardware dependent.
Bases:
TUIMethod
Enables/disables the display of hidden surfaces.
Bases:
TUIMethod
Sets the rendering options.
Bases:
TUIMethod
Enable/Disable colormap.
Bases:
TUIMethod
Controls whether or not the mesh edges are drawn.