Sweep a profile along a path
onshape_sweepSweep closed sketch regions along a path sketch to create, add, remove, or intersect bodies in Onshape CAD.
Instructions
Sweep the closed regions of one sketch along the edges of another.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | No | NEW makes a new body; ADD/REMOVE/INTERSECT combine with existing bodies (default NEW). | |
| 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 "Sweep"). | |
| path | Yes | Feature id of the path sketch. | |
| profile | Yes | Feature id of the profile sketch. | |
| validate | No | Re-read the feature list afterwards and fail if the feature regenerated with an error (default true). |