Bezier Mesh Surface V1.0

Bezier Mesh Surface V1.0

prusaprinters

<p>Well, I started out wanting to do some nicer fillets on my OpenScad designs, and suddenly, I have a full blown Bezier surface/solids library!</p> <p>This thing is the Version 1.0 for this stuff. I think it's actually good enough to produce some nice looking objects.</p> <p>The technique used here is a linear extrusion of a bezier surface. The surface itself is described by 16 control points in a mesh. The machinery then takes care of rendering that to the thickness that you want.</p> <p>The workhorse module can be found in the Renderer.scad file: DisplaySurfaceMesh()</p> <p>This will generate a surface, according to your mesh, and extruded to the thickness that you specify (default 1mm). It is a solid, so it will play nicely with the other CSG functions in OpenScad.</p> <p>There are a few demo/test/samples provided in the .scad files, so it should be fairly easy to make up your own examples.</p> <p>I use colors in the examples because it makes for some pretty pictures. They don't affect the rendering process at all. If you don't like the color ramps, you can select your own.</p> <p>Although this version provides only one mechanism for doing solids from the Bezier surface mesh, it has all the fundamentals for you to do other forms as well. you don't even have to use the Bezier functions for bezier surfaces, you can use them for anything where you'd like something to vary in a parametric sort of way in your designs. The color ramps are another example of how the Bezier curves can be used.</p> <p>At any rate, there are other forms of curves, and more rendering methods to be pursued. RapCAD is doing some interesting work, and hopefully Bezier shows up as a core feature of these various text based tools.</p> <p>But, until that day... enjoy!</p> <p>UPDATE: Blog entry to go with it:<br/> <a href="http://williamaadams.wordpress.com/2011/05/26/linear-extrusion-of-bezier-surfaces/">http://williamaadams.wordpress.com/2011/05/26/linear-extrusion-of-bezier-surfaces/</a></p> <h3> Instructions</h3> <p>1) Start with the maths.scad, bezier.scad, and Renderer.scad files in a directory where you're going to build your Bezier surface based stuff.<br/> 2) Come up with the control points for your mesh. You will need 16 of them.<br/> 3) Feed the mesh to the DisplaySurfaceMesh() routine in the Renderer.scad file<br/> 4) Stand back and watch the sparks fly (or the plastic melt as it were)<br/> 5) Rejoice!</p> Category: Other

Download Model from prusaprinters

With this file you will be able to print Bezier Mesh Surface V1.0 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 Bezier Mesh Surface V1.0.