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:

  1. Click Modeler > Export to save the file in a graphics format.
  2. The Export File dialog box appears.

  3. Use the file browser to find the directory where you want to save the file.
  4. Type the name of the file in the File name box.
  5. Select the desired graphics file format from the Save as type drop-down menu.
  6. Click Save. The file is exported to the specified location as a graphics file.

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:=" , ""

])

Related Topics 

Exporting 2D Model Files

Exporting 3D Model Files