Z3 Development

Results 445 comments of Z3 Development

@kamildul there are probably several options. first, you could use JSCAD to import DXF, and then export to SVG. Any browser can display the SVG, which can be imbedded into...

@jbroll welcome yeah. The web Ui is still work in progress, as some of the dependencies cannot be used with standard import/export. will post back when something is working again

Thanks for trying. The problem is webworkify. The internals accumulate code into a single JS block, which gets injected into the webworked. (For those weak in health, avoid looking at...

@clupnyluke sure. But I'm wondering what other shapes are planned after path3 becomes available...

There's another related issue #488

@clupnyluke lets continue the discussion here. Feel free to create a pull request, and let us know if you have any questions. @hrgdavor is basically saying... the rendering of the...

In general, imports of named functions should be importing from a file, not from an index. This eliminates extra imports, and circular dependencies. In general, import directly from files if...

@sonichy the focus of JSCAD is 3D printing, and therefore the common interchange formats are supported. Do you want the CLI (command line tool) to export an image?

Not directly. The vertices need to be converted, and unique as well. Take a look at JSCAD www.openjscad.xyz

@sergerusso has an open pull request at @spiritdude OpenJSCAD.org, which addresses this issue as well. Please review.