rendering_options#
Bases:
TUIMenuContains 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:
TUIMethodEnables you to specify the animation option as appropriate.
Bases:
TUIMethodEnables mouse view rotations to continue to spin the display after the button is released.
Bases:
TUIMethodSets the color bar alignment.
Bases:
TUIMethodPrints out information about your graphics driver.
Bases:
TUIMethodEnables 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:
TUIMethodChanges 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:
TUIMethodSets 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:
TUIMethodMake the front faces transparent.
Bases:
TUIMethodSets the color of the help text on the screen. You can select black, default, or white.
Bases:
TUIMethodSpecifies the method to perform hidden line rendering. This command will appear only when hidden-lines? is true.
Bases:
TUIMethodTurns 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:
TUIMethodEnables you to choose from among the hidden surface removal methods that are supported. These options (listed below) are display hardware dependent.
Bases:
TUIMethodEnables/disables the display of hidden surfaces.
Bases:
TUIMethodSets the rendering options.
Bases:
TUIMethodEnable/Disable colormap.
Bases:
TUIMethodControls whether or not the mesh edges are drawn.