export_image#
- Object3d.export_image(output_file=None)#
Export the current object to a specified file path.
Note
Works from AEDT 2021.2 in CPython only. PyVista has to be installed.
- Parameters:
- output_file
str
orpathlib.Path
,optional
File name with full path. If None the exported image will be a
png
file that will be saved inworking_directory
. To access theworking_directory
the useapp.working_directory
property.
- output_file
- Returns:
str
File path.