Close Drawing
drawing_closeClose the current AutoCAD drawing and optionally save changes before proceeding to open or create a new drawing.
Instructions
Close the current drawing. If save is True (default), the drawing is saved to its current path before closing. After this call, you must call drawing_new or drawing_open before any other tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | Save the drawing before closing |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||