catia_list_features
List a body's features in creation order and identify which ones CATIA flags as errors to locate the feature blocking an update.
Instructions
List the features of a body in creation order, optionally reporting which ones CATIA currently considers to be in error - this is how you find the feature blocking an update. Note that on releases with no update-status property, checking errors works by asking CATIA to recompute each feature, which is harmless but not free on a large part.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Body name. Defaults to the main body. | |
| include_errors | No | Check each feature's update status. Costs one extra call per feature, and may trigger a recompute of features CATIA has not evaluated yet. |