Boolean(ブーリアン)¶
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
標準のジオメトリ入力です。
Properties(プロパティ)¶
- Mode(モード)
- Intersect(交差)
Produce a new geometry containing only the volume inside of both geometry 1 and geometry 2.
- Union(合成)
The two input pieces of geometry are joined, then any interior elements are removed.
- Difference(差分)
Geometry 2 is subtracted from geometry 1 (everything outside of geometry 2 is kept).
Output(出力)¶
- Geometry(ジオメトリ)
標準のジオメトリ出力です。