Create an offset plane
onshape_offset_planeCreate a construction plane offset from a default plane, face, or another plane for precise reference geometry.
Instructions
Add a construction plane offset from a default plane, a face, or another 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 "Offset plane"). | |
| offset | No | Offset distance in inches (default 1). | |
| base_ids | No | Deterministic ids of the plane or face to offset from. | |
| validate | No | Re-read the feature list afterwards and fail if the feature regenerated with an error (default true). | |
| base_plane | No | Default plane to offset from (default Front). | |
| base_query | No | FeatureScript query selecting the base plane or face. |