catia_list_edges
List edges of visible solid geometry in the active document, including centroid and length. Use centroid tokens for stable references when models change.
Instructions
List the edges of the visible solid geometry in the active document, with the index token (edge#n), the centre of gravity to aim proximity tokens at and the length. Indices change whenever the model changes; centroids do not, so prefer 'edge@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. |