get_current_cad_design
Retrieve the current CAD design from a JCAD document to understand its existing state before applying modifications.
Instructions
Read the current content of a JCAD (JupyterCAD) document.
Use this tool to understand the current state of a JCAD file before modifying it.
:param jcad_path: The path to the JCAD file. :return: The current content of the JCAD file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jcad_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |