picture#
Bases:
TUIMenuEnter the hardcopy/save-picture options menu.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
color_mode(service, version, mode, path)Enter the hardcopy color mode menu.
dpi(service, version, mode, path)Set the DPI for EPS and Postscript files, specifies the resolution in dots per inch (DPI) instead of setting the width and height.
driver(service, version, mode, path)Enter the set hardcopy driver menu.
invert_background(service, version, mode, path)Use a white background when the picture is saved.
invert_normals_for_avz(service, version, ...)In some cases, images exported to AVZ appear dark and do not match the true colors seen in the graphics window display.
jpeg_hardcopy_quality(service, version, ...)To set jpeg hardcopy quality.
landscape(service, version, mode, path)Plot hardcopies in landscape or portrait orientation.
preview(service, version, mode, path)Display a preview image of a hardcopy.
raytracer_image(service, version, mode, path)Enable raytracering rendering.
set_standard_resolution(service, version, ...)Select from pre-defined resolution list.
use_window_resolution(service, version, ...)Use the currently active window's resolution for hardcopy (ignores the x-resolution and y-resolution in this case).
x_resolution(service, version, mode, path)Set the width of raster-formatted images in pixels (0 implies current window size).
y_resolution(service, version, mode, path)Set the height of raster-formatted images in pixels (0 implies current window size).
__init__ method of TUIMenu class.
Bases:
TUIMethodSet the DPI for EPS and Postscript files, specifies the resolution in dots per inch (DPI) instead of setting the width and height.
Bases:
TUIMethodUse a white background when the picture is saved.
Bases:
TUIMethodIn some cases, images exported to AVZ appear dark and do not match the true colors seen in the graphics window display. Enable ‘invert-normals-for-avz’ if you experience this issue.
Bases:
TUIMethodTo set jpeg hardcopy quality.
Bases:
TUIMethodPlot hardcopies in landscape or portrait orientation.
Bases:
TUIMethodDisplay a preview image of a hardcopy.
Bases:
TUIMethodEnable raytracering rendering.
Bases:
TUIMethodSelect from pre-defined resolution list.
Bases:
TUIMethodUse the currently active window’s resolution for hardcopy (ignores the x-resolution and y-resolution in this case).
Bases:
TUIMethodSet the width of raster-formatted images in pixels (0 implies current window size).
Bases:
TUIMethodSet the height of raster-formatted images in pixels (0 implies current window size).