driver#

class ansys.fluent.core.meshing.tui_241.main_menu.display.set.picture.driver(service, version, mode, path)#

Bases: TUIMenu

Contains the available hardcopy formats.

Classes:

avz(service, version, mode, path)

Use AVZ output for hardcopies.

dump_window(service, version, mode, path)

Sets the command to dump a graphics window to a file.

eps(service, version, mode, path)

Sets the Encapsulated PostScript format.

glb(service, version, mode, path)

Produces GLB output for hardcopies.

hsf(service, version, mode, path)

Produces HOOPS Visualize Stream Format (HSF) output for hardcopies.

jpeg(service, version, mode, path)

Sets the JPEG image format.

list(service, version, mode, path)

Displays the current hardcopy format.

options(service, version, mode, path)

Enables you to set hardcopy options, such as landscape orientation, pen speed, and physical size.

png(service, version, mode, path)

Sets the PNG image format.

post_format(service, version, mode, path)

Contains commands for setting the PostScript driver format and save files in PS files that can be printed quickly.

post_script(service, version, mode, path)

Sets the PostScript format.

ppm(service, version, mode, path)

Sets the PPM format.

tiff(service, version, mode, path)

Sets the TIFF format.

vrml(service, version, mode, path)

Sets the VRML format.

class avz(service, version, mode, path)#

Bases: TUIMethod

Use AVZ output for hardcopies.

class dump_window(service, version, mode, path)#

Bases: TUIMethod

Sets the command to dump a graphics window to a file.

class eps(service, version, mode, path)#

Bases: TUIMethod

Sets the Encapsulated PostScript format.

class glb(service, version, mode, path)#

Bases: TUIMethod

Produces GLB output for hardcopies.

class hsf(service, version, mode, path)#

Bases: TUIMethod

Produces HOOPS Visualize Stream Format (HSF) output for hardcopies.

class jpeg(service, version, mode, path)#

Bases: TUIMethod

Sets the JPEG image format.

class list(service, version, mode, path)#

Bases: TUIMethod

Displays the current hardcopy format.

class options(service, version, mode, path)#

Bases: TUIMethod

Enables you to set hardcopy options, such as landscape orientation, pen speed, and physical size. The options may be entered on one line if you separate them with commas.

class png(service, version, mode, path)#

Bases: TUIMethod

Sets the PNG image format.

class post_script(service, version, mode, path)#

Bases: TUIMethod

Sets the PostScript format.

class ppm(service, version, mode, path)#

Bases: TUIMethod

Sets the PPM format.

class tiff(service, version, mode, path)#

Bases: TUIMethod

Sets the TIFF format.

class vrml(service, version, mode, path)#

Bases: TUIMethod

Sets the VRML format.