get_object
Retrieve a specific object from a FreeCAD document by providing document and object names, with optional screenshot attachment for visual reference.
Instructions
Get an object from a document.
Args:
doc_name: The name of the document to get the object from.
obj_name: The name of the object to get.
with_screenshot: Attach a screenshot of the object (default: no screenshot).
Returns:
The object properties, and a screenshot only when requested.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_name | Yes | ||
| obj_name | Yes | ||
| with_screenshot | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |