edit_object
Edit an existing FreeCAD object's properties in a specific document. Returns a screenshot of the updated model for visual verification.
Instructions
Edit an object in FreeCAD.
This tool is used when the create_object tool cannot handle the object creation.
Args: doc_name: The name of the document to edit the object in. obj_name: The name of the object to edit. obj_properties: The properties of the object to edit. include_screenshot: Whether to return a screenshot of the model (default True). Set to False to save tokens when visual feedback is not needed, e.g. for intermediate steps in a longer sequence of changes. view_name: The view orientation of the returned screenshot (default "Isometric"). Pick the view that best shows the change being made.
Returns: A message indicating the success or failure of the object editing and a screenshot of the object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_name | Yes | ||
| obj_name | Yes | ||
| view_name | No | Isometric | |
| obj_properties | Yes | ||
| include_screenshot | No |