Find circular edges
onshape_find_circular_edgesFind circular edges in an Onshape document, optionally filtering by radius, to identify hole rims for filleting.
Instructions
Circular edges, optionally only those matching a radius — the usual way to pick hole rims to fillet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ws | Yes | Workspace id — the <ws> segment of the document URL. | |
| doc | Yes | Document id — the <doc> in cad.onshape.com/documents/<doc>/w/<ws>/e/<elem>. | |
| elem | Yes | Element id (tab) — the <elem> segment of the document URL. | |
| radius | No | Only return edges with this radius, in inches. | |
| tolerance | No | Radius match tolerance in inches (default 0.001). |