Split all faces of the target body along all faces of the tool bodies.
Arguments
| Name | Type | Description | Required |
|---|---|---|---|
targets | [Solid; 1+] | The bodies to split | Yes |
merge | bool | Whether to merge the bodies into one after. Defaults to false. | No |
keepTools | bool | If false, the tool bodies will be removed from the scene. If true, they'll be kept. Defaults to false. | No |
tools | [Solid] | The tools to split the target bodies along. | No |
Returns
[Solid; 1+]