catia_list_vertices
List vertices of visible solid geometry in the active document, providing index tokens, centroids, and exact positions. Use centroid-based tokens for stable references across model changes.
Instructions
List the vertexs of the visible solid geometry in the active document, with the index token (vertex#n), the centre of gravity to aim proximity tokens at and the exact position. Indices change whenever the model changes; centroids do not, so prefer 'vertex@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. |