How can I add some details in this Dome

Hi, I am a Dynamo beginner, so I need some help to edit this script. How can I adapt the script of the first dome to match the second style…to connect every edge with a semicircle maybe :thinking:


@Walaa.Mahmoud ,

something like this

your code pasted

u=0..1..#n;
//indices
i=0..m-1;
//Right
f1=(1/m)+(1/m)*DSCore.Math.Cos(i*p*360/(n-1));
//Left
f2=(3/m)-(1/m)*DSCore.Math.Cos(i*p*360/(n-1));

Dome.dyn (39.0 KB)

2 Likes

Thank you very much, I’ll add that :pray: