driver#
Bases:
TUIMenuEnter the set hardcopy driver menu.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
avz(service, version, mode, path)Use AVZ output for hardcopies.
dump_window(service, version, mode, path)Set the command used to dump the graphics window to a file.
eps(service, version, mode, path)Produce encapsulated PostScript (EPS) output for hardcopies.
glb(service, version, mode, path)Use GLB output for hardcopies.
hsf(service, version, mode, path)Use HSF output for hardcopies.
jpeg(service, version, mode, path)Produce JPEG output for hardcopies.
list(service, version, mode, path)List the current hardcopy driver.
options(service, version, mode, path)Set the hardcopy options.
png(service, version, mode, path)Use PNG output for hardcopies.
post_format(service, version, mode, path)Enter the PostScript driver format menu.
post_script(service, version, mode, path)Produce PostScript output for hardcopies.
ppm(service, version, mode, path)Produce PPM output for hardcopies.
tiff(service, version, mode, path)Use TIFF output for hardcopies.
usd(service, version, mode, path)Use USD output for hardcopies.
vrml(service, version, mode, path)Use VRML output for hardcopies.
__init__ method of TUIMenu class.
Bases:
TUIMethodUse AVZ output for hardcopies.
Bases:
TUIMethodSet the command used to dump the graphics window to a file.
Bases:
TUIMethodProduce encapsulated PostScript (EPS) output for hardcopies.
Bases:
TUIMethodUse GLB output for hardcopies.
Bases:
TUIMethodUse HSF output for hardcopies.
Bases:
TUIMethodProduce JPEG output for hardcopies.
Bases:
TUIMethodList the current hardcopy driver.
Bases:
TUIMethodSet the hardcopy options. Available options are: “no gamma correction”, disables gamma correction of colors, “physical size = (width,height)”, where width and height are the actual measurements of the printable area of the page in centimeters. “subscreen = (left,right,bottom,top)”, where left,right, bottom, and top are numbers in [-1,1] describing a subwindow on the page in which to place the hardcopy. The options may be combined by separating them with commas.
Bases:
TUIMethodUse PNG output for hardcopies.
Bases:
TUIMethodProduce PostScript output for hardcopies.
Bases:
TUIMethodProduce PPM output for hardcopies.
Bases:
TUIMethodUse TIFF output for hardcopies.
Bases:
TUIMethodUse USD output for hardcopies.
Bases:
TUIMethodUse VRML output for hardcopies.