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
4
ANJANA S NAIR_2024_MEC(design3)
By
ANJANA NAIR
Run
s=rectangle(w=15,h=15,x=130,y=0,fill='black',stroke='black',stroke_width=2)|repeat(48,rotate(7.49)) show(s) s=rectangle(w=15,h=15,x=125,y=0,fill='brown',stroke='black',stroke_width=2)|repeat(48,rotate(7.49)) show(s) s=rectangle(w=15,h=15,x=115,y=0,fill='darkred',stroke='black',stroke_width=3.5)|repeat(48,rotate(7.49)) show(s) c=circle(x=0,y=0,r=110,fill='yellow') show(c) shape=circle(x=50,y=0,r=55,fill='black')|repeat(6,rotate(60)) show(shape) shape=circle(x=50,y=0,r=50,fill='darkred')|repeat(6,rotate(60)) show(shape) shape=circle(x=50,y=0,r=45,fill='brown')|repeat(6,rotate(60)) show(shape) shape=circle(x=50,y=0,r=40,fill='yellow')|repeat(6,rotate(60)) show(shape) shape=circle(x=50,y=0,r=35,fill='white')|repeat(6,rotate(60)) show(shape) shape=circle(x=0,y=0,r=75,fill='orange') show(shape) r=rectangle(w=105,h=105,fill="brown",stroke="none")|rotate(9)|repeat(12,rotate(18)) show(r) r=rectangle(w=100,h=100,fill="yellow",stroke="none")|rotate(18)|repeat(12,rotate(18)) show(r) r=rectangle(w=90,h=90,fill="white",stroke="none")|rotate(27)|repeat(12,rotate(18)) show(r) r=rectangle(w=80,h=80,fill="pink",stroke="none")|repeat(6,rotate(45)) show(r) shape=circle(x=0,y=0,r=40,fill='black') show(shape) e=ellipse(x=20,y=0, w=30,h=15, fill='white')| repeat(6, rotate(60)) show(e) c=circle(x=0,y=0,r=5,fill='yellow') show(c) cc=circle(x=0,y=0,r=10,fill='brown') ccc=circle(r=5,fill='yellow') c=cc+ccc c1=c|translate(x=-140,y=-140) show(c1) c1=c|translate(x=-140,y=140) show(c1) c1=c|translate(x=140,y=140) show(c1) c1=c|translate(x=140,y=-140) show(c1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login