kovacsv / occt-import-js

The emscripten interface for OpenCascade import functionalities.
GNU Lesser General Public License v2.1
141 stars 23 forks source link

Compare step files, visually. #16

Closed leoheck closed 1 year ago

leoheck commented 1 year ago

Hi, first of all, thanks for creating and sharing this nice project.

I am constantly looking for a way to compare step files like this example found on Google.

image https://www.glovius.com/blog/compare-3d-cad-files/

This tool is promising to have such a feature. So, I would like to ask if occt-import-js does have something that allows or assists to do this kind of operation.

Thanks in advance.

kovacsv commented 1 year ago

This kind of functionality is out of scope for this library. The goal for this library is to convert traditional CAD formats to a bunch of triangles.

leoheck commented 1 year ago

I see, thanks for the answer. Do you have an idea of any tool or library that does what I am looking for?