kovacsv / occt-import-js

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

Include BRep faces in the result #25

Closed 123FLO321 closed 1 year ago

123FLO321 commented 1 year ago

include all faces in the array so edges can be drawn around them even if they have no color (so just the base color)

kovacsv commented 1 year ago

Thank you for the contribution. It's a completely valid need, but I've added some comments. After the proposed changes tests should be updated, but I'll take care of fixing the examples.

123FLO321 commented 1 year ago

updated as suggested, updated tests and updated example with edges support