split_face
Split a face on a 3D model using a construction plane or another face to modify geometry in Fusion 360.
Instructions
Split a face on a body using a construction plane or another face.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_name | Yes | Name of the body containing the face. | |
| face_index | Yes | Index of the face to split. | |
| splitting_tool | Yes | Splitting tool reference: 'plane:XY', 'plane:XZ', 'plane:YZ', or 'face:{body_name}:{face_index}'. |