Mapping from one surface to another. Circle to Sphere

Hello,

I’m trying to remap and projection made onto a circular plane surface onto a sphere.

At the moment the script projects the curves onto a part of the sphere…

I want to keep the outer points on the circle the same on the sphere and stretch the curves along the surface of the sphere. Could anyone tell me how this could happen?

It’s the part at the very end of the script I need to work on.

Thanks!
web projection remap.gh (127.8 KB)

1 Like

You’ll need to prepare “Untrimmed Surface” for both source and target surface instead of “Trimmed Surface” for prorer UV mapping.
If you look at the newly generated surfaces, you may notice that the two surfaces have conceptually the same topologies, although the shape of the section profiles are different.


web projection remap_re.gh (132.1 KB)

1 Like