kovacsv / occt-import-js

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

Reusable mesh geometries #9

Closed ThaiLe-gt closed 1 year ago

ThaiLe-gt commented 2 years ago

Hello Kovacsv!!!

Thank you for your great library!!! I used your library in Node JS successfully. But I have faced some issues:

GitHubDragonFly commented 2 years ago

Just to pitch in, this seems to be choking the function occt.ReadStepFile( fileBuffer ) since the fileBuffer appears to be an array of 73+ million in length.

kovacsv commented 2 years ago

I think it would be also solved by #5. The basic problem here is that the built-in triangulation logic can end up with really large meshes, so it would be great to make users able to define the quality from the outside.

kovacsv commented 1 year ago

Triangulation parameters are available in version 0.0.14.