Exporting Graphics Files
You can export the following graphics formats:
Extension |
Contents |
.bmp |
Bitmap files |
.gif |
Graphics Interchange Format files |
.jpeg |
Joint Photographics Experts Group files |
.tiff |
Tagged Image File Format files |
.wrl |
Virtual Reality Modeling Language (VRML) files |
To export a file to a graphics format:
- Click Modeler > Export to save the file in a graphics format.
- Use the file browser to find the directory where you want to save the file.
- Type the name of the file in the File name box.
- Select the desired graphics file format from the Save as type drop-down menu.
- Click Save. The file is exported to the specified location as a graphics file.
The Export File dialog box appears.
To export an image file to specified high resolution, use the scripting commands. Fonts and line thickness are not scaled, only the image. You will have to iteratively increase font sizes till you find a suitable output.
oEditor.ExportModelImageToFile("C:/Users/user1/Documents/highresexample_image.jpg", 7680, 4320,
[
"NAME:SaveImageParams",
"ShowAxis:=" , "True",
"ShowGrid:=" , "True",
"ShowRuler:=" , "True",
"ShowRegion:=" , "Default",
"Selections:=" , ""
])