Hi everyone,
I have curve group. As a first step, I divide these curves into certain distances. In the second step, I create a line perpendicular to the curve from these points. Finally, I create a surface from these curves. I’ll have to do these things one by one in the code I’ve created, and that’s a huge chunk of work. Is there a solution where I can do what I want in one go?
Thanks in advance.
There are some solutions to do this depending on the inputs you have. One solution would be to use lists, adding inputs to the merge command to solve it at once. I have attached you the script.