Explore
Courses
Batches
Sketches
Statistics
Code a Pookkalam
Jobs
Devsprint
People
Course Creation
Create a Course
Guidelines
Resources
Support
Blogs
My Profile
About Us
Login
Sketches
0
Sreelakshmi Atholi
By
Sreelakshmi Atholi
Run
r1=rectangle(w=300,h=300) sc1 = circle(r=85,y=57,stroke="black",stroke_width=15) sc2=circle(r=80,y=57,stroke="red",stroke_width=15) sc3=circle(r=75,y=57,stroke="yellow",stroke_width=10) sc4=circle(r=70,y=57,stroke="white",stroke_width=5) subCircle = sc1+sc2+sc3+sc4 subCircle2 = subCircle | translate(y=-110) Combine = subCircle+subCircle2 Combine2 = Combine | rotate(90) ad = Combine+Combine2 ad2 = ad |rotate(45) c1=circle(r=25) c2=circle(r=35) c3=circle(r=15) c4=circle(r=10) s1=ellipse(w=50,h=50) | repeat(9, rotate(60)) e1= ellipse(x=56,w=104,h=70,fill="maroon") e2= e1 | repeat(8, rotate(45)) show(e2) s1=rectangle(w=100,h=100 ,fill="maroon",stroke='none')|rotate(22.5) s2=s1|rotate(15) s3=rectangle(w=100,h=100 ,fill="maroon",stroke='none')|rotate(22.5) s4=s3|rotate(15) s5=s4|repeat(10,rotate(10)) s6=rectangle(w=50,h=50,fill="maroon",stroke='none')|rotate(22.5) s7=s6|rotate(10) s8=rectangle(w=50,h=50,fill="maroon",stroke='none')|rotate(22.5) s9=s8|rotate(12) s10=s9|repeat(10,rotate(10)) e3= ellipse(x=56,w=104,h=70) e4= e3 | repeat(8, rotate(45)) show(e3) e5= ellipse(x=56,w=104,h=70) e6= e5 | repeat(8, rotate(45)) show(e5) show(r1,c1,c2,c3,s1,s2,s3,s4,s5,s6,s7,s8,s9,s10,ad,ad2)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login