Defines the various settings for a STEP export.
"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 |
| PDFExportOptions | Returns a PDFExportOptions object if successful and null if it should fail. |
| Name | Type | Description |
| filename | string | The name of the file to export to. Use settings on the returned PDFExportOptions object to change other settings. |
| 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. |