thicken_surface
Convert surface bodies into solid bodies by adding specified thickness in Fusion 3D modeling. Choose direction and boolean operation for precise control.
Instructions
Thicken a surface body into a solid body by adding thickness.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_name | Yes | Name of the surface body to thicken. | |
| thickness | Yes | Thickness in mm. | |
| direction | No | Thicken direction: 'symmetric', 'positive', 'negative'. | symmetric |
| operation | No | Boolean operation: 'new_body', 'join'. | new_body |