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

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


