Thicken a sketch
onshape_thickenTurn a sketch region into a thin-walled solid by applying wall thickness. Set thickness, direction, and boolean operation for new or existing bodies.
Instructions
Give a sketch region a wall thickness instead of a solid depth.
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 "Thicken"). | |
| sketch | Yes | Feature id of the sketch to thicken. | |
| midplane | No | Grow symmetrically about the sketch plane. | |
| opposite | No | Thicken in the opposite direction. | |
| validate | No | Re-read the feature list afterwards and fail if the feature regenerated with an error (default true). | |
| thickness | Yes | Thickness in inches. | |
| thickness_variable | No | Use a Part Studio variable for the thickness. |