catia_find_elements
Search the active CATIA document for elements whose names match a wildcard pattern, then obtain reference tokens for every match.
Instructions
Search the active document for elements whose name matches a pattern (shell-style wildcards, e.g. 'Pad.*' or 'Hole'). Returns reference tokens for every match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum matches. | |
| pattern | Yes | Name pattern with * and ? wildcards, e.g. 'Sketch.*'. |