get_objects
Lists all objects in a FreeCAD document, returning object data and an optional screenshot to inspect or edit the model.
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 |