get_objects
Get a list of every object in a FreeCAD document, with an option to include a screenshot for visual confirmation.
Instructions
Get all objects in a document.
Args:
doc_name: The name of the document to get the objects from.
with_screenshot: Attach a screenshot of the document (default: no screenshot).
Returns:
A list of objects in the document, and a screenshot only when requested.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_name | Yes | ||
| with_screenshot | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |