Void MechanicalGraphicsWrapper.ExportImage(String filePath, GraphicsImageExportFormat formatImage, GraphicsImageExportSettings settings)

Exports the current graphics display to a 2D image file.

Parameters

  • filePath
    Type: String
    The output image's file path. Non-existent directories will be created and pre-existing files will be overwritten.
  • formatImage
    The 2D image format to use when exporting.
  • settings
    The 2D image settings to use when exporting.