布尔¶
The Boolean Node allows you to cut, subtract, and join the geometry of two inputs. This node offers the same operations as the Boolean modifier.
输入¶
- Geometry 1, 2
标准的几何图形输入。
属性¶
- 模式
- 相交
生成只包含几何1和几何2内部的体积的新几何。
- 并集
The two input pieces of geometry are joined, then any interior elements are removed.
- 差集
从几何形状1中减去几何形状2 (保留几何形状2之外的一切)。
输出¶
- 几何数据(Geometry)
标准的几何体输出。