File:Cut Napkin ring problem Animation created with openscad.gif

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Cut_Napkin_ring_problem_Animation_created_with_openscad.gif(471 × 313 pixels, file size: 437 KB, MIME type: image/gif, looped, 36 frames, 3.6 s)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
English: Cut Napkin ring problem Animation created with openscad
Date
Source Own work
Author MichaelFrey

Licensing

[edit]
I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Source Code

[edit]
$fn=360;
R = 4*((sin($t*360)+1)/2)+2.51;
h = 5;

r = sqrt(R*R-h*h/4);

difference(){
    sphere(R,center=true);
    cylinder(h=R*2,r=r,center=true);
    color([1,0,0])
    translate([0,0,-(R+h)/2])
    cube(size = [(R+h), (R+h), (R+h)], center = false);
}

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current17:37, 22 August 2017Thumbnail for version as of 17:37, 22 August 2017471 × 313 (437 KB)MichaelFrey (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: