Z3 Development
Z3 Development
> > I don’t think there’s a free version of this exists today. > > Isn't OpenSCAD open source and they have a 3D version of the minkowski sum? The...
@jtoy I'm not sure but there are application frameworks that are available to display graphics. If that is possible then the conversion of the display buffer to PNG/JPG is typically...
See the post in the User Group. @kaosat-dev added support for rendering JSCAD designs from the command line. https://plus.google.com/112899217323877236232/posts/FmSPdYC4xHr
@johnwebbcole I think that you are long for this. https://github.com/jscad/OpenJSCAD.org/tree/V2/packages/utils/regl-renderer
@jtoy please try using the new renderer inside your pipeline. https://github.com/jscad/OpenJSCAD.org/tree/V2/packages/utils/regl-renderer If that works then this thread can be closed. ;)
@paulftw right or wrong, there might be cases where someone wants to create an inverted extrusion. i know that some users are using inverted 3D shapes as 'holes' when using...
@paulftw yeah. we could follow suit, and provide an 'orientation' parameter. ` const myshape = polyhedron({points, faces, orientation: 'inward'}) const myshape = polygon({points, orientation: 'clockwise'}) `
FYI, there are now keyboard shortcuts.
> Yes, I am aware of those. I am follwing th amailing list. I have already forgottne most of them, and I cant find in the help section the list...
@gilboonet might be interested in creating these now that V2 is functional. it should be slightly easier to create, test, and package now.