-
-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Hi there, thanks for this nice library!
I have issues loading STEP files generated by Catia under some export settings, especially the "tessellated" mode.
- When using the "exact geometry" export mode of Catia, occtimportjs can read the resulting file without problem, great.
- When using the "tessellated" mode, it fails to load the file : this is my issue.
In the latter case, the error I get from the console is an exception, see attached screenshot.
Looking a bit deeper into this issue, from the STEP file generated with the tessellated mode, I see instructions like :
TESSELLATED_SOLID(...) , TESSELLATED_SHAPE_REPRESENTATION(...) ...
which do not exist in in the "exact geometry" exports.
So I believe that occtimportjs does not support these instructions, do you confirm this ?
Is there any workaround I could use ?
In case you wonder: I have to use the tessellated mode due to several constraints I have, like file size etc. So I don't really have the option to use the other export mode.
Thank you very much for your support, please let me know if you have any idea about this.
Cheers!
renaud