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
1 Like
that is exactly what I need, Thank you
1 Like
Hi, I got a problem with the node Solid.ByUnion. Manually the union works, but the Dynamo node doesn’t work. I have 2 separate solids in my modelspace, if I ran the script it shows that two solids are created into one, but in modelspace nothing changes.
What am I doing wrong?
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.