Grasshopper projecting curves onto hemisphere

Hi
I am trying to project some curves which are located within a hemisphere outwards onto the hemisphere. I specified the vectors and directions so that the projection only goes outwards onto hemisphere but the results show the curves have been projected outwards but also in the reversed direction (inwards) so I have two projections for every curve. But selecting item 0 does not bring up all the curves projected in one direction but a mixture of curves projected in both outward and inward directions. The same for selecting item 1. I am guessing the direction of half the original curves needs to be flipped in order for this to happen?
What else do you suggest I do?
thanks
csheacurve%20to%20project%20brep projected%20curve%20item0 projected%20curve%20item1 compressed frames rhino forum.gh (22.7 KB)

How about using Pull Curve?


compressed frames rhino forum_re.gh (25.6 KB)

2 Likes

Are you in fact about cartesian to polar? If so have some fun with the attached (but is code only).

SphericalMap_EntryLevel_V1.gh (131.2 KB)

1 Like

Hi Kim
that works!! thanks!!
Cshea