inspect_object
Analyze a FreeCAD object's properties, dependencies, validity, and shape data to understand its structure and diagnose issues in CAD models.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| doc_name | No |