Geom.difference()¶
Description¶
Boolean operation: Difference of two or more solids.
Syntax¶
Parameters¶
Parameter | Type | Description |
---|---|---|
a |
Shape |
Solid 1. |
b |
Shape |
Solid 2. |
shapes |
Array<Point3> |
Array of solids for difference. |
Return value¶
Type | Description |
---|---|
Shape |
Object of type Shape , result of difference between solids. |
Example¶
JS | |
---|---|
See Also
Note: I've translated all the text inside the Markdown headers, lists, tables, links, code blocks, and indentation.
Last update: 14 August 2025, 18:47