SetUp#

class ansys.mapdl.core._commands.graphics.set_up.SetUp#

SetUp.cmap([fname, ext, kywrd, ncntr])

Changes an existing or creates a new color mapping table.

SetUp.color([lab, clab, n1, n2, ninc])

Specifies the color mapping for various items.

SetUp.device([label, key])

Controls graphics device options.

SetUp.dsys([kcn])

Activates a display coordinate system for geometry listings and plots.

SetUp.dv3d([lab, key])

Sets 3D device option modes.

SetUp.gcmd([wn, lab1, lab2, lab3, lab4, ...])

Controls the type of element or graph display used for the gplot command.

SetUp.gcolumn([curve, string])

Allows the user to apply a label to a specified curve.

SetUp.gfile([size])

Specifies the pixel resolution on Z-buffered graphics files.

SetUp.gplot(**kwargs)

Controls general plotting.

SetUp.graphics([key])

Defines the type of graphics display.

SetUp.gresume([fname, ext])

Sets graphics settings to the settings on a file.

SetUp.gsave([fname, ext])

Saves graphics settings to a file for later use.

SetUp.gtype([wn, label, key])

Controls the entities that the gplot command displays.

SetUp.image([label, fname, ext])

Allows graphics data to be captured and saved.

SetUp.immed([key])

Allows immediate display of a model as it is generated.

SetUp.jpeg([kywrd, opt])

Provides JPEG file export for Mechanical APDL displays.

SetUp.mrep([name, arg1, arg2, arg3, arg4, ...])

Enables you to reissue the graphics command macro "name" during a replot or zoom operation.

SetUp.noerase(**kwargs)

Prevents the screen erase between displays.

SetUp.pngr([kywrd, opt, val])

Provides PNG file export for Mechanical APDL displays.

SetUp.pstatus([wn])

Displays the global or window display specifications.

SetUp.replot([label])

Reissues the last display command.

SetUp.seg([label, aviname, delay])

Allows graphics data to be stored in the local terminal memory.

SetUp.show([fname, option, vect, ncpl])

Specifies the device and other parameters for graphics displays.

SetUp.slashreset(**kwargs)

Resets display specifications to their initial defaults.

SetUp.tiff([kywrd, opt])

Provides TIFF file export for Mechanical APDL displays.

SetUp.window([wn, xmin, xmax, ymin, ymax, ncopy])

Defines the window size on the screen.