Creating Rooms without walls

Hello.
i want to create rooms based on lines or curves. In this picture for example i want to create the room 1 and room 2 in the square.

The node Room.Location just creates rooms based on the outline wall.

Is there any package or any way to solve my problem?
Thank you :slight_smile:

@rndix ,

at least you have to create a room-separation-line…

KR

Andreas

Thank you.
I’m a little stumped as to what exactly the input parameters are. Especially the curve. The other parameters I have from another post.

The curve is where you want to draw the line.

Once the room separation is drawn then you can place a room in each cell (one on the left side of the line in your diagram, and one on the right), or move the existing room to one location and create a new one in the other location.

Thank you. The curve would be the line in the middle? I am getting an empty list if i use the curve between R1 and R2.

Yes - that would be the line in the middle.

Post your graph and a sample RVT file to use it on and i’ll have a look at it.

You can just use the dyn script in an empty rvt file. It creates the walls automatically.

testing.dyn (177.4 KB)

That graph had a lot going on in it and things seemed a bit disjointed, so I built a sample for you to review the logic.
Walls Room Separation Lines and rooms.dyn (285.8 KB)

Wow! Thank you so much for your effort. I will study the workflow and reply if i have any questions. But looks understandable so far :slight_smile:

@jacob.small
Thought i got it but i think i am doing something simple wrong.
Could you help me out once again for this simple example?

testing onlyRoom.dyn (129.0 KB)

Thank you once again.