Executes the export operation to create the file in the format specified by the input ExportOptions object.
"drawingExportManager_var" is a variable referencing a DrawingExportManager object. |
"drawingExportManager_var" is a variable referencing a DrawingExportManager object. |
"drawingExportManager_var" is a variable referencing a DrawingExportManager object. |
| Type | Description |
| boolean | Returns true if the export was successful. |
| Name | Type | Description |
| exportOptions | DrawingExportOptions | A DrawingExportOptions object that is created using one of the create methods on the DrawingExportManager object. This defines the type of export and defines the options supported for that file type. |
| Name | Description |
| Export PDF Sample | Demonstrates how to export a Fusion 360 drawing document to PDF using the DrawingExportManager. Shows how to configure PDFExportOptions including sheet selection (all sheets, a specific range, or the current sheet), line weights, and range-based export. |