get_objects
Retrieve all objects from a FreeCAD document to inspect or edit them. Optionally include a screenshot from a chosen view to visualize the current state.
Instructions
Get all objects in a document. You can use this tool to get the objects in a document to see what you can check or edit.
Args:
doc_name: The name of the document to get the objects from.
include_screenshot: Whether to return a screenshot of the document (default True).
Set to False to save tokens when only the object data is needed.
view_name: The view orientation of the returned screenshot (default "Isometric").
Returns:
A list of objects in the document and a screenshot of the document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_name | Yes | ||
| view_name | No | Isometric | |
| include_screenshot | No |