add_annotation
Add a message annotation to a specific parent object in a JupyterCAD document. Specify the object and text, plus optional position and user info.
Instructions
Add an annotation to the document.
:param parent: The object which holds the annotation. :param message: The first messages in the annotation. :param position: The position of the annotation. :param user: The user who create this annotation. :return: The id of the annotation if it is created.
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 |
|---|---|---|---|
| user | No | ||
| parent | Yes | ||
| message | Yes | ||
| position | No | ||
| jcad_path | Yes |