Hacker News new | ask | show | jobs
by dTal 1940 days ago
Hi there! STEP files are an absolute beast of a format, and interpreting them requires a geometry kernel of no small sophistication. How did you incorporate STEP support into a Chrome extension? Did you recompile OpenCASCADE for JS or something?
1 comments

We are having a CAD software (like solid, but written in python) on the backend, it does the magic
So the files are uploaded to your service?
File buffer is sent to our service responds with converted buffer. Nothing is saved or logged anywhere