We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I import a STEP file and try to deepcopy it I get the following error:
Sample file is attached.
filename = "sample.step" step = import_step_mod(filename) copy.deepcopy(step) # -> TypeError: cannot pickle 'OCP.TDF.TDF_Label' object print(step.children[0]) # -> 'Compound at 0x20c41d8b550, label(Board (266)), #children(1)' copy.deepcopy(step.children[0]) -> TypeError: cannot pickle 'OCP.TDF.TDF_Label' object
sample.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I import a STEP file and try to deepcopy it I get the following error:
Sample file is attached.
sample.zip
The text was updated successfully, but these errors were encountered: