create_angled_plane
Create a construction plane rotated at a specified angle around an axis from a base plane for 3D modeling in Fusion 360.
Instructions
Create a construction plane rotated around a line/axis from a base plane.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_plane | Yes | Base plane: 'XY', 'XZ', 'YZ', or 'face:{body_name}:{face_index}' for a planar face. | |
| axis | Yes | Rotation axis: 'X', 'Y', 'Z', or 'edge:{body_name}:{edge_index}'. | |
| angle | Yes | Rotation angle in degrees. | |
| component_name | No | Optional component name. Uses root component if not specified. |