boolean_operation
Perform boolean operations (union, subtract, intersect, merge) on multiple objects. The first object is the base; subsequent objects apply to it. Requires watertight meshes to avoid failures.
Instructions
对选中的两个及以上对象做布尔运算(union/subtract/intersect/merge)。第 1 个对象是 A,其余依次作用于它;subtract 即 A 减后面所有。布尔结果依赖水密网格,破面会失败。 [English] Boolean operation on two or more selected objects (union/subtract/intersect/merge). The first object is A; the rest apply to it; subtract = A minus all others. Booleans need watertight meshes; broken faces fail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objects | No | 操作对象列表(第 1 个为 A);省略则用当前选择。 | Operands (first is A); omit for the selection. | |
| operation | No | union/subtract/intersect/merge。 | union/subtract/intersect/merge. | union |