Replies: 1 comment
-
Replicad uses opencascade.js. Here is how they load a STEP file: Personally, I use compressed BREP files to keep the file size down:
The data exchange module of opencascade shows all the file formats they provide readers/writers for: https://dev.opencascade.org/doc/refman/html/module_dataexchange.html
You can obtain a Here is an example:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm working on a project that requires loading STEP files for further processing within the browser. I'm interested in using OpenCascade.js for this task, but I couldn't find any definitive information on whether it directly supports loading and parsing STEP files in JavaScript.
Has anyone had experience with loading STEP files in OpenCascade.js? If so, are there built-in functions or specific approaches recommended for achieving this?
I appreciate any insights or guidance you can provide!
Beta Was this translation helpful? Give feedback.
All reactions