Hi everyone, does anyone know how to make this wall thicker? I’ve tried with extrude, but it needs a vector and as it is an irregular curve, it isn’t perfect and regular.
Help_2.gh (18.9 KB)
Hi everyone, does anyone know how to make this wall thicker? I’ve tried with extrude, but it needs a vector and as it is an irregular curve, it isn’t perfect and regular.
Help_2.gh (18.9 KB)
The way to go there to extrude each surface according to its own normal. to do that, there’s a quick trick consisting in converting the surface into a simple mesh, then taking the normal of that (the normal being normalized by default, you can multiply it by any number to get the desired width)
As additional notes for your Grasshopper program: I see you do up to 8 times the same operation. Each time you have to do the same thing several times, try to see if you can’t simplify it using data structures.
For Forum 2.gh (10.5 KB)