Some time ago, Trammell Hudson took a shot at and outputs a color-coded 2D pattern that can be cut out using a laser cutter. With a little bending and gluing, the 3D model can be re-created out of paper or cardboard.There are of course other and more full-featured tools for unfolding 3D models: is used by many, but is not free and is Windows only. There is also a that exists to export 3D shapes as paper models.What’s interesting about Trammell’s project are the things he discovered while making it. The process of unfolding an STL may be conceptually simple, but the actual implementation is a bit tricky in ways that have little to do with number crunching.For example, in a logical sense it doesn’t matter much where the software chooses to start the unfolding process, but in practice some start points yield much tighter groups of shapes that are easier to work with. Also, his software doesn’t optimize folding patterns, so sometimes the software will split a shape along a perfectly logical (but non-intuitive to a human) line and it can be difficult to figure out which pieces are supposed to attach where. The software remains in beta, but those who are interested can find it. It turns out that it’s actually quite challenging to turn a 3D model into an unfolded shape that still carries visual cues or resemblances to the original.

Makes Unfolded Patterns From 3d Data. Computer

Makes Unfolded Patterns From 3d Data.

These can then be printed and glued together in order to make said object. Stated in the product info: 'Pepakura Designer makes unfolded pattern of 3D data.Several editing tools are provided. Pepakura Designer allows you to create paper craft models from 3D data.

Adding things like glue tabs in sensible places isn’t trivial, either.Tools to unfold 3D models and it’s only one of the several reasons might be a useful addition to one’s workshop.Posted in Tagged, Post navigation. I thought, not having read through to the end that I might have to drop a hint that adding glue tabs would be nice Adding things like glue tabs in sensible places isn’t trivial, either.Ah! I really do need to add that hint:Adding glue tabs is trivial. I figured this out more than three decades ago, not sure if it’s published, I don’t expect me to be the first to have found this, but it IS trivial.To add glue tabs: Move along the edge and add a tab, no tab, tab, no tab. Alternate between tab and no tab. Always works.

Not sure if my proof that this always works is mathematically sound enough that you can’t come up with a counter example, but you’re invited to try and find a counter example. I came for this; Maya has some pretty good UV unfolding tools. The “optimize” tool automatically lays out the selected UVs to match each polygon’s shape and surface area in 3d space as close as possible.

From

Makes Unfolded Patterns From 3d Data. Free

Export the texture and print for a very handy way of making papercraft and such. I’ve done it before with lots of success.Also works for quads and n-gons, which STL doesn’t seem to support–it’s a triangulated mess. When doing papercraft you would prefer to cut out a pentagon or w/e as a five-sided single shape, not three triangles which must be glued together. That effect is wrecking the unfold in the first image; the sphere is almost all quads, but it was unfolded as a mess of jagged triangles. That’s gonna be more than twice as much work as necessary, and won’t look nearly as clean. You’ll have to manually rebuild every flat face when you could just cut it from flatstock whole.Use the original mesh exported as another polygonal format like obj instead (and can we talk about how weird it is that stl is a triangulated polygon format in the first place?

What kind of CAD format for programming CNC machines has ever been polygonal?? Is there a story here?).