Hello all,
I’ve been trying an algorythim in order to model walls from revit model lines, created from a DWG file of said lines.
This workflow is meant to create seperate walls for each type of material instead of creating a single composite wall.
What i am trying to do is to create offset lines from the main construction lines of the wall.
in trying this I’ve come upon a strange difficulty that i need some help on.
Because I want to work with a continuous line, I used the Join Curve component in grasshopper, but in doing so, the walls are not created. If I don´t join the curves, then the wall wont join in Revit.
Have any of you encountered the same issue?
In the image above, the wall work, but the offset does not join them
As you can see here, joining and offsetting doenst even create the wall.
There is the algorythim.
Rhino 8, Revit 2023
AL_0001.gh (67.4 KB)
Thank you all in advance!