Parametric Torus in Banate CAD

Parametric Torus in Banate CAD

prusaprinters

<p>Ever since I saw the Mobius Heart earlier this week:<br/> <a href="https://www.thingiverse.com/thing:13861">http://www.thingiverse.com/thing:13861</a></p> <p>I've been slaving away at the forge trying to replicate that feat in a solid math sort of way.</p> <p>This thing represents a parametric torus, which is NOT the same thing as being able to create a heart shaped Mobius strip, but it is one step closer.</p> <p>Basically, you can give the torus a function which determines the profile of the cross section of the torus as it sweeps around. In this case, I've used the SuperEllipse formula:<br/> <a href="http://en.wikipedia.org/wiki/Superellipse">http://en.wikipedia.org/wiki/Superellipse</a></p> <p>You could just as easily substitute a 2D superformula and make even more wild Torii.</p> <p>The critical piece of code is right here:</p> <p>local seprofiler = param_superellipse.new({ XRadius = 3, ZRadius = 20, N = 0.2, }) local lshape = shape_torus.new({ HoleRadius = offset, ProfileSampler = seprofiler, USteps = 90, WSteps = 180, MinPhi = math.rad(0), MaxPhi = math.rad(360), -- Great circle MinTheta = 0, MaxTheta = math.rad(360), -- profile }) addshape(lshape) Just change the values on that param_superellipse thing and you'll get different shapes. If 'N'=1, for example, you'll get more classic Ellipse/Circle behavior. 'N'&lt;1, you get more squarish. 'N' &gt; 1, up to around 5, and you get the pointy thing going on.</p> <p>While I was out exploring the moon using this model:<br/> <a href="https://www.thingiverse.com/thing:14011">http://www.thingiverse.com/thing:14011</a></p> <p>I came across a space ship, which you can see modeled here. There was some sort of inscription, which I interpret to mean:<br/> "All Your Toroid Are Belong to Us!"</p> <p>I took a scan of the inside, and as you can see, it's empty in there. Further proof that the aliens have long since left our civilization behind. And also further proof that the moon, and everything that surrounds it, is nothing more than an inflated toy.</p> <h3> Instructions</h3> <p>1) Print the Ship<br/> 2) Take Off!<br/> 3) Rejoice!</p> Category: Other

Download Model from prusaprinters

With this file you will be able to print Parametric Torus in Banate CAD with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Parametric Torus in Banate CAD.