create_construction_plane
Create a construction plane in Fusion 360 using offset, midplane, at_angle, or 3_points methods, specifying base planes, axes, and distances to position geometry for further CAD operations.
Instructions
Create a construction plane. kind in {offset, midplane, at_angle, 3_points}. offset: base_plane + offset expr (e.g. 'thickness') midplane: plane_a + plane_b (between two existing planes) at_angle: axis + base_plane + angle expr (e.g. '30 deg') 3_points: p1, p2, p3 each as [x, y, z] in mm Plane / axis names default to principals: 'xy', 'xz', 'yz' / 'x', 'y', 'z'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| p1 | No | ||
| p2 | No | ||
| p3 | No | ||
| axis | No | ||
| kind | Yes | ||
| name | No | ||
| angle | No | ||
| offset | No | ||
| plane_a | No | ||
| plane_b | No | ||
| base_plane | No |