create_offset_plane
Creates a construction plane parallel to a selected face or standard datum at a specified distance, giving you a sketch target where no face exists.
Instructions
Create an offset construction plane: a datum plane parallel to a reference plane or face, shifted by a signed distance. Use when you need to sketch at a specific Z (e.g. 2.5 mm above the Top plane) without an existing face there. Pass a plane (Front/Top/Right) to offset from a standard datum, OR a referenceFaceId (from list_entities) to offset from a face. The new plane becomes a sketch target — pass its feature_id as the faceId arg to any sketch primitive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flip | No | Invert the offset direction. | |
| name | No | Plane name | Offset Plane |
| plane | No | Standard datum plane to offset from. Mutually exclusive with `referenceFaceId`. | |
| offset | Yes | Signed offset. Bare numbers are mm; use "2.5 mm" / "0.1 in" for explicit units. Positive follows the reference outward normal; negate or set `flip` to invert. | |
| elementId | Yes | Part Studio element ID | |
| documentId | Yes | Document ID | |
| workspaceId | Yes | Workspace ID | |
| variableOffset | No | Optional variable name for offset | |
| referenceFaceId | No | Deterministic face ID to offset from (from `list_entities`). Mutually exclusive with `plane`. |