Close Drawing
drawing_closeCloses the active drawing, saving changes by default, and prepares the workspace for opening or creating 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 | |||