Void MechanicalGraphicsWrapper.ExportViewports(String filePath, GraphicsImageExportFormat format, GraphicsViewportsExportSettings settings)

Creates a composite of images exported from each open viewport.

Parameters

  • filePath
    Type: String
    The output image's file path. Non-existent directories will be created and pre-existing files will be overwritten.
  • format
    The 2D image format to use when exporting.
  • settings
    The settings to use when exporting. The width and height parameters dictate the output image's total size (rather than the subimages' sizes).