jscad / OpenJSCAD.org

JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.
https://openjscad.xyz/
MIT License
2.63k stars 512 forks source link

Enhancement: DXF Import #151

Closed themaniac closed 7 years ago

themaniac commented 8 years ago

I'm working on an angular project, could someone tell me if openjscad works with this framework?

then, i need to know if it's possible to import dxf for manipulation.

Thanks in advance

z3dev commented 8 years ago

Angular and OpenJSCAD should work together. Try it.

OpenJSCAD.org only exports CAG (2D) objects. No import. See formats.js

z3dev commented 8 years ago

@themaniac The latest release, 0.5.0, added SVG import and export. Can you use that?

z3dev commented 7 years ago

This issue was moved to jscad/io#10