tracked_recompute
Recompute FreeCAD documents and track changes in object validity to understand the impact of modifications on your design.
Instructions
Recompute a document and track what changed.
Snapshots every object's validity before recomputing, then diffs against the post-recompute state. Reports:
new_errors: objects that were valid before but are now invalid
resolved: objects that were invalid but are now valid
persistent_errors: objects that remain invalid
valid_count: number of objects that stayed valid
Use this instead of raw recompute to understand the impact of changes.
Args: doc_name: Document name. Empty string uses the active document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_name | No |