Z3 Development

Results 445 comments of Z3 Development

Here's something to ponder.. 👍 Try using this test object, and bend it. The result is totally different. ``` const testObj = union( translate([50, 50, 50], sphere({ r: 50, fn:...

@SebiTimeWaster not sure what to do now... there's still some hope for a native bend function but that will probably have limitations. How about creating a new issue with some...

Thanks. I added such a feature but it wasn't accepted. I'll try again.

These are the external formats that can convert multiple geometries into multiple objects (external format). - AMF - DXF - JSON - SVG - X3D The only format that does...

@Ph1r3ph0x Is this a specific feature for STL exports? I once had a discussion about color printing with Mr. Prusa. He mentioned the above formats, but preferred 3MF for multi-color...

@Ph1r3ph0x please respond, otherwise this issue will be closed. Of course, you can reopen anytime.

@gfwilliams Not that I know of today. The library is built to optimize the internal mathematics, not optimize the polygons. Having said that, there are many ways to do one...

@gfwilliams are you still interested in writing some smoothing functionality for JSCAD geometry? V2 internals are pretty much complete now, so it should be possible to write some additional libraries....

See https://rosettacode.org/wiki/Catmull–Clark_subdivision_surface#Python

Even closer to home... https://github.com/Erkaman/gl-catmull-clark/blob/master/index.js