Hello
I am a person who is studying dynamo in Korea.
I wonder if there is an easy way to get there in modeling because I am a person who does architecture and structure.
-
Is there a way to draw the floor between beams automatically?
-
Is there a way to automatically extend the wall to the floor and ceiling?
I searched but couldn’t get the answer I wanted.
Please help me.
To Create a Floor By Beams is easy. This creates one big floor, but you can create seperate floors aswell. But it depends on how you have drawn your beams.
- Are they all drawn in the same direction?
- Are they drawn in order?
Ones you get more experienced you can write algorithms which sort beams if they are not drawn right, but this is a simple example of how to draw a floor between beams
FloorByBeams.dyn (15.1 KB)
Here is an example of the second question.
I have the requirement that the wall is always underneath to floor for now. You can expand the graph to work both ways.
ExtendWall.dyn (23.9 KB)
Something else got too busy, so I just saw it. I’m sorry. I saw your reply and I’m testing it now. Thank you very much.
I’m sorry. I downloaded it and turned it around, and there was an error. I don’
This maybe because you have beams intersecting each other. All the beams should be in a generally the same direction for this script to work.
Try and learna bit about Surface.ByLoft (Very handy node).
Thank you. I need to study a little more.