Save As
drawing_save_asSave the current AutoCAD drawing to a new path or format (DWG, DXF, DWT). The output format is derived from the file extension, with optional override when the extension is unrecognized.
Instructions
Save current drawing to a new path/format (DWG, DXF, or DWT template).
The on-disk format is derived from the file extension so the bytes always
match the name (N2) — e.g. 'part.dxf' writes DXF, not DWG. format overrides
only when the path has no recognised extension.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full destination path including extension | |
| format | No | Output format override: dwg, dxf, dwt. Default: derive from the path extension (the extension is authoritative). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||