catia_list_faces
List faces of visible solid geometry in the active CATIA document, providing centroid, area, and outward normal for each face. Use stable face@x,y,z tokens to reference faces reliably even after model changes.
Instructions
List the faces of the visible solid geometry in the active document, with the index token (face#n), the centre of gravity to aim proximity tokens at, the area, and the outward normal for planar faces. Indices change whenever the model changes; centroids do not, so prefer 'face@x,y,z' tokens for anything you will reference more than once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number to return. | |
| include_metrics | No | Measure each element (centroid, area or length). Accurate and usually what you want, but one measurement call each - turn it off on very large models. |