cad_find_edges
Identify edges by geometric criteria: circular, concave, convex, linear, extreme, or on-plane. Returns deterministic IDs.
Instructions
Find edges by geometry. kind: circular (radius+tol), concave/convex (inner/outer corners — concave is ideal for fillets), linear (axis X/Y/Z and/or through point), extreme (ALL edges furthest along axis — e.g. axis=Z max=false for the bottom edges, to fillet at once), on_plane (all edges lying in the plane axis=coordinate, e.g. axis=Z coordinate=0). Returns deterministic ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | Yes | ||
| workspaceId | Yes | ||
| elementId | Yes | ||
| kind | Yes | ||
| radius | No | ||
| tolerance | No | ||
| axis | No | ||
| max | No | ||
| through | No | ||
| coordinate | No |