I have these 3 districts , each district has 10 plots. each plot is formed from 2 regions, one surface that creates the 3 offsetted rectangle and the other region is the inner curve that share one courtyard.
The data of this geometry is distributed this way. 30 plots, each plot is 1 branch and each branch has 2 items ( the 2 regions I specified in the 1st image)
when I use the region union to make each 2 items one big closed curve, most of them work fine but some (the contoured in red line on the image) does not work and make a weird curve.
Weirdly though , when I choose the branch alone (the one that didn’t work in the region union 3rd image) and explode the list using list item and choose each curve alone and merging them together it works.
You need to have TTtoolbox plugin , or just replace the white component with the basic Tree Branch component and go around each branch to check the regions
Yes I know that it’s working this way because we are taking each branch individually and making the region union, but it’s not working if you put region union to all the curves from the beginning. Which is what I am not understanding
so I would try to lower the Rhino7 tolerance to 0.01 and recompute the GH script (F5 on windows or right click on canvas → recompute) and see if the problems disappears:
because it’s just for showing the specific branch i need to show better than go around and put many components to select the branch by naming {1;1}
Anything else that can really help the case I am showing ?