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
enfoss sketch
By
Akhil Sebastian
Run
handle = rectangle(w=50, h=100/3, x=0, y=100, stroke="none", fill="black") ring = circle(r=15, stroke="black", stroke_width=5, x=0, y=120) baseCircle = circle(fill='red', stroke="none", r=100) show(ring, handle, baseCircle) color1 = color(r=0, g=0, b=0, a=0.2) shadeTint = circle(fill=color1, stroke="none", r=100) innerCircle = circle(fill="red", stroke = "none", r=100/1.2, x=-10, y=13) show(ring, handle, baseCircle, shadeTint, innerCircle) color2 = color(r=255, g=255, b=255, a=0.7) edgeCircle = circle(fill=color2, stroke="none", r=25, x=-50, y=40) show(ring, handle,baseCircle,shadeTint,innerCircle,edgeCircle)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login