Join Points On A Dome

Hello Everyone,

I have a dome-like structure, on which I want to develop intersecting geometries. But I am stuck with how to join those endpoints. I tried sorting them but the problem is few have 5 points and few have 6. So I couldn’t sort and use the partition list.
I want to generate these yellow polygons.

I hope I could convey my question.

Thank you.

joiningPoints.gh (9.1 KB)

This could be one way of using sandbox-topology plugin.


joiningPoints_re.gh (19.7 KB)

joiningPoints_re.gh (14.0 KB)

@HS_Kim thank you so much for the reply. I have never used the Sandbox Topology plugin prior to this but will surely, give it a try. Thank you.

Just have one question, is there any way the points can be in a sequence? Right now they all look jumbled.


joiningPoints_reV2.gh (19.6 KB)

1 Like


joiningPoints_2020May26a.gh (21.2 KB)

2 Likes

@dowazura thank you so much, this is really amazing. If you don’t mind, can you tell me in brief what all steps you did? I am seeing few components for the first time. I hope it is not much to ask.

Thank you once again.

Thank you so much @HS_Kim, will have to learn sort along curve component.

Thank you.

Wow, that’s so amazing. Thank you, there are many ways to achieve the same thing in grasshopper, amazes me every single time.

Thank you so much @Joseph_Oster.