image#
- SetUp.image(label='', fname='', ext='', **kwargs)#
Allows graphics data to be captured and saved.
Mechanical APDL Command: /IMAGE
- Parameters:
- label
str
Label specifying the operation to be performed:
CAPTURE
- Capture the image from the graphics window to a new window.RESTORE
- Restore the image from a file to a new window.SAVE
- Save the contents of the graphic window to a file.DELETE
- Delete the window that contains the file.
- fname
str
File name and directory path (248 characters maximum, including the characters needed for the directory path). An unspecified directory path defaults to the working directory; in this case, you can use all 248 characters for the file name.
- ext
str
Filename extension (eight-character maximum). If no extension is specified,
bmp
will be used on Windows systems, andimg
will be used on Linux systems.
- label