Hello
I have a list of solids. The list contains of sublists. And each sublist contains of several solids. The amount of solids in sublists varies. I need to union solids in each sublists.
Hi @avetik.kagramanian try solid union with L2 in list level
that is exactly what I need, Thank you
The solid by union node is from the Dynamo geometry library. This is to create stuff in Dynamo, not in your dwg.
To push to a DWG you’ll need to use a Object.ByGeometry node, which is in the AutoCAD section of the library.
Note the original CAD solids will still persist in the DWG, so you might want to use an Object.Delete as well.


