remove
Delete a named object from a JupyterCAD document, updating the file at the given path to reflect the change.
Instructions
Remove an object from the document.
:param name: The name of the object to remove. :return: The document itself.
Warning: This tool will update the JCAD document at the given jcad_path.
To understand the current state of the document, you MUST first use the 'get_current_cad_design' tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| jcad_path | Yes |