Void
MechanicalGraphicsWrapper
.Export3D(String filePath,
Graphics3DExportFormat
format3d,
Graphics3DExportSettings
settings)
Exports the current Graphics display in a 3d format to a file.
Remarks
Examples
Parameters
filePath
Type: String
The file path to create the 3d image.
format3d
Type:
Graphics3DExportFormat
The 3d format to use when exporting.
settings
Type:
Graphics3DExportSettings
The 3d settings to use when exporting.
Return Value
Type: Void