Mirror geometry
onshape_mirrorMirror parts, bodies, or faces across a selected plane in Onshape CAD. Specify the entities and plane to create symmetric geometry in a document.
Instructions
Mirror parts, bodies or faces across a plane.
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. | |
| name | No | Feature name shown in the tree (default "Mirror"). | |
| type | No | What kind of thing is being mirrored (default PART). | |
| entities | Yes | FeatureScript query selecting what to mirror. | |
| validate | No | Re-read the feature list afterwards and fail if the feature regenerated with an error (default true). | |
| plane_ids | No | Deterministic id of the mirror plane, e.g. JCC for Front. | |
| plane_query | No | FeatureScript query selecting the mirror plane. |