How To Do Serialization? #209
Unanswered
BarbourSmith
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Doing a little bit of digging it seems like the BREP format is probably more appropriate for serialization than using STEP. I'm curious about how it would work in practice (would it be painfully slow or lead to other issues). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is a related question to this question about caching but I didn't want to hijack the conversation there.
I would like to be able to run operations in different workers in parallel, but to be able to pass the replicad geometry back and forth to the workers it needs to be serializable.
Do you have any thoughts on how to best go about doing that? Would using .step representations for geometry work well or is that super inefficient?
Beta Was this translation helpful? Give feedback.
All reactions