Hello everyone, my task is to complete the paving method of Roman-style floor tiles. I hope to complete the automatic paving of any room. Because this pattern cannot form a rectangular repetition, my idea is to generate randomly generated points of specified width in two directions and then connect them into lines to separate them, but the effect is completely wrong. Does anyone have a better idea to complete it? Thank you all.
project1.rvt (7.5 MB)
test (2).dyn (90.0 KB)
Acually, Roman style floor patterns don’t look repeating on each tile, but they are repeating patterns overall. Therefore, it is better to create a pat file and use it rather than using Dynamo to create the pattern.
You can download the pattern I just created.
RomanFloor.pat
8 Likes
Thank you very much for your enthusiastic help.
1 Like