xibyte / jsketcher

Parametric 2D and 3D modeler written in pure javascript
http://web-cad.org
Other
1.45k stars 275 forks source link

Does STL Import work for anyone? #79

Open onsombal opened 5 years ago

onsombal commented 5 years ago

Has anyone gotten STL Import to work?

STL Export works fine for me.

mmiscool commented 5 years ago

Import is not working right now.

Evil-Spirit commented 5 years ago

@mmiscool Let me introduce https://github.com/NoteCAD/NoteCAD

zeser78 commented 5 years ago

No, Do you find a way to import?

onsombal commented 5 years ago

No, nothing new since @mmiscool replied that it's not working. I'm assuming it must be on the road map. It would be such a good feature!

mmiscool commented 4 years ago

Right now BREP and step file import/export is higher on the priority list. With much of the current work being done and the switch to using BREP rather than meshes for booleans. Using geometry from STL files will require some work where BREP is used for any new geometry and modifications and a secondary process to mesh the BREP solids and perform mesh booleans on the original STL. It is on the radar but not a priority at the moment.