Offset curve in dome

Hello,

I have some lines in Rhinoceros that are part of a 3D geometry, a quarter of a sphere, but now I want to give them width so they turn into “laminas.”


Something similar to what is shown in the attached image.

I’m not sure where to start with Grasshopper to achieve this. I’ve tried some options, but none of them follow the spherical geometry. How can I do it?

Thanks in advance for your help.

Not sure what the strips would be made of in your case. If they were some kind of laminated wood, you might want to create a number of perpendicular frames along each curve and align these with local normals. Then sweep a rectangular section along the curve.

dome_sweep.gh (15.6 KB)

1 Like

in theory with sweep-1 you might be fine with just one section?

Laminate_on_sphere.gh (22.5 KB)

1 Like

It didn’t work, when I do sweep 1 it is a strange result.
Here are the files
Dome.3dm (1.2 MB)
Dome.gh (12.0 KB)

FYI,


Dome.gh (33.4 KB)

Your curves could be smoother…

Please study the examples.

I replaced some of the components in your definition but if you want nice strips, you’ll have to align the planes. That’s usually done with the Align Plane component and not the one you used…

Dome.gh (14.8 KB)

1 Like

It is a correct solution too. Thank you :smile: