create_construction_axis
Creates a construction axis by either specifying two 3D points or selecting a body face with a matching normal vector, providing a reference line for CAD operations in Fusion 360.
Instructions
Create a construction axis. kind in {2_points, normal_to_face_by_geometry}. 2_points: p1, p2 each as [x, y, z] in mm normal_to_face_by_geometry: body name + face_normal [nx, ny, nz] (finds the face whose normal matches)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| p1 | No | ||
| p2 | No | ||
| body | No | ||
| kind | Yes | ||
| name | No | ||
| face_normal | No |