Hello, is there a concise way to generate a closed brep based on the intersection of three c-planes? My approach involves finding the intersection lines of the c-planes, then combining them into groups based on planarity, and finally creating surfaces from them and joining them into a closed brep. I think, while this pipeline is feasible, it is overly complex and there must be a more elegant way to achieve this
planesTobrep.gh (3.3 KB)
planesTobrep_DK.gh (15.8 KB)
This is how I would do it - not sure if that work flow would work for your requirements.
Cheers
DK
1 Like
Thank you! You definitely helped me.
1 Like