I would like to merge multiple solids into one solid. I can get the solids from corridors, but I cannot able to merge them.
I try to use Solid.Union and Solid.ByUnion but none of them works. I always get the following error message:
Solid.ByUnion expexts argument type (s) (autodesk.DesignScript.Geometry.Solid), but was called with (Autodesk.AutoCAD.DynamoNodes.Solid).
What could cause this error?