Bezier Mesh Surface V0.9 by WilliamAAdams 3d model
3dmdb logo
Thingiverse
Bezier Mesh Surface V0.9 by WilliamAAdams

Bezier Mesh Surface V0.9 by WilliamAAdams

by Thingiverse
Last crawled date: 3 years ago
One step closer to the world. The virtuous cycle of innovation is a very good thing. I have received much support and ideas from syvwlch http://www.thingiverse.com/syvwlch I have been inspired by the printable clock, and his recent curvy work. Doing free form solids in OpenScad has been a challenging endeavor. There is some math involved, and a lot of head scratching.
This thing is one step closer to providing Bezier surfaces that are actually printable.
In the last iteration, I had the Bezier surface rendering, but it was a pure graphic construct, which was not printable. Now that I've discovered fire (polyhedron), I have been able to get one step closer to making the thing actually solid. In this particular case, you can now specify the thickness of your surface, and the routine will 'do the needful'.
I haven't done any experimentation with polyhedra and CSG commands in OpenScad, so I don't know what happens when you cut out a cylinder from the thing, for example. but, again, one step closer.
The way this thing is done is to use the normals at each vertex, and project 'inward' in the opposite direction for the length of 'thickness' to get a new set of vertices. This new set represents a triangle which is inward from the 'outer' surface. From there, it's a matter of constructing a new surface, and the interjoining quads to seal the edges.
The approach is right for a triangle in isolation, but as can be seen from the image, leaves a lot of gaps. The final solution there is to actually calculate a new surface inward from the original control points, and calculate the appropriate points between the surfaces directly. But, that will be the final step.
Blah, blah, blah
At any rate, solid Bezier surfaces are one step closer.
UPDATE: Added a .stl file: bezier_surface_polyhedra1
This file represents using the polyhedron technique to its fullest. So, it shows that you can in fact generate manifold solids from closed polyhedra.

Tags