-
Notifications
You must be signed in to change notification settings - Fork 2
8. Combine solids to parts
raydeleu edited this page Nov 2, 2023
·
2 revisions
|
cut the tool-shape from the shape, if needed you can add an optimisation directive to the function call, optimisation? = {optimisation:"none" / "commonFace" / "sameFace"} |
|
fuse the othershape with the shape. Other applications call this a "union" between to shapes |
|
find the volume that is common to the two shapes considered in this method, other applications call this function "common" |
|
this function is identical to makeCompound |
|
allows to combine an array of any type of shape into a single entity that can be displayed. |