How to connect walls and floors in dynamo

I want to create a space from Dynamo’s architectural information (coordinates, height, width, thickness, etc.) stored in Excel. At this time, I want to automatically combine walls and floors. Is there a node that makes this possible?

Try and take a look at the parameter “Base is Attached” in the walls.
Set that to “true” in your script, and the walls should be attached to the floors. :slight_smile: