Replies: 1 comment
-
Unfortunately there is nothing like that exposed. There might be an opencascade format but you would need to play with a custom ocjs build (and wrap it correctly). Can you share what the STEP file looks like? |
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,
I am trying to import .stp files, which takes some time. Once they are loaded, I want to serialize the loaded object. However, JSON.stringify doesn't seem to work. Is there a native format to which I can save the files and then import them at faster rates?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions