inspect_object
Retrieve a complete property dump and shape analysis for any FreeCAD object, including all properties with types, groups, documentation, dependency info, validity state, and shape metadata when geometry exists.
Instructions
Get a full property dump and shape analysis for a single FreeCAD object.
Returns all properties (with types, groups, and documentation), dependency info, validity state, and basic shape metadata if the object has geometry.
Args: name: Object name (e.g., "Pad001", "Sketch002"). doc_name: Document name. Empty string uses the active document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| doc_name | No |