Exports the current Graphics display in a 3d format to a file.
Declaration Syntax
public void Export3D(string filePath, Graphics3DExportFormat format3d, Graphics3DExportSettings settings)
Parameters
- filePath(string)
 The file path to create the 3d image.
- format3d(Graphics3DExportFormat)
 The 3d format to use when exporting.
- settings(Graphics3DExportSettings)
 The 3d settings to use when exporting.