ソリッドの「差集合」を求める

Apply a difference boolean operation to solids.
メモ|Note
- Dynamoでは、一つのソリッドに対して複数ソリッドの差集合を求められる[DifferenceAll]ノードがある。
スクリプト|Script
| rhinoscriptsyntax | DesignScript Syntax |
|---|---|
BooleanDifference(solid1, solid2) |
Solid.Difference(solid, other)
|
※引数は一例です。
索引|Index
| Grasshopper | Dynamo |
|---|---|
| [Intersect > Shape > Solid Difference] | [Geometry > Solids > Solid > Difference]
[Geometry > Solids > Solid > DifferenceAll] |


