Hello everyone i have a problem with this project. I was supposed to create a weld in this particular form. Three surfaces that lay on top of eachother with the origin in the middle of the previous one. Anyway i did that and tried top export the File into another programm which worked fine except that i created a surface insted of an solid. The programm requires a volume not a surface.
I tried a lot of different approaches to fill the empty space between the brace and chord but nothing worked. I marked the curves which are the edges. I tried to use these curves to create a surface in between them. At this point i’m getting nowhere. I really hope you can help me out.
I have tried to check the intersection between the surface and the main pipe with the brep|brep component and this is the result: they not intersect all along the curve the u have mentioned, maybe this is part of the problem. Hope this can help u…
P.S. I dont know if u know the multipipe component but take a look at that maybe is the solution u are asking for
It works with the 3 edges of your weld. the flip is to make sure alle the 3 curves are oriented the same way, while the order of the curves in the list is not relevant since they are just 3.
You can repeat for each next weld and then join them all togheter.
Otherwise if you have a list with all the borders all oriented and sorted correctly you can do it just once.
thanks you very much for your effort. I tried to implement it in my script, but it unfortunately didn’t work. do you have an idea where i have to put it for it to work?
I figured it out for the lower surfaces thanks a lot. I only had to Flatten the curves before connecting them to the rest. But unfortunately for the upper Surfaces it didn’t work. there has to be some problem with how the curves connect or a gap that causes this is. Is there a way to fix it?
i don’t know how to implement it without changing the entire structure. And it was supposed to be like that with the three surfaces. If i can build it into the existing script i will try to use it.
Thanks, its excatly what i needed. How did you do it so fast? And the entire structure is viewed as an solid, with no space unter the welds? Could you send me your gh file that would help me a lot.
thank you very much for sending the file. Do you think its possible to build it into the existing script? Because i can’t change the script to much. I have to find a way to incorporate it there.
English is not my first language maybe i can’t explain myself properly. What i’m trying to say is that i need to maintain the existing structure and script from my file. I only want to add something that solves the Problem not remove or start again.