get_object
Inspect a FreeCAD object to retrieve its properties, shape volume, area, and bounding box. Optionally skip shape or property details for lighter responses.
Instructions
Inspect one object: all properties, plus shape volume/area/bounding box.
Args: name: object Name or Label. include_properties: set False for a lighter response on complex objects. include_shape: set False to skip geometry measurement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| document | No | ||
| include_shape | No | ||
| include_properties | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||