Replies: 1 comment 4 replies
-
|
Hi @NOPKGer , The export is running in another thread. If you run this and continue to use the 3d in parallel and change elements, for example, this can lead to problems. Do you change the model while the export is running? In the next update, this export ( If you want to run the export silently, please use the following functions (Here too, UI interactions such as visibility control and changes to elements can be problematic): bc.export_ifc4_silently(...)
bc.export_ifc4_silently_with_options(...) |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
does anyone else have problems with ifc export via the API?
When I try to export larger files (> ~4000 elements) Cadwork crashes. And I get the following errors:
QtWarning: QMutex: destroying locked mutex
QtFatal: QThread: Destroyed while thread is still running
it seems to happen especially if the file does not exist before.
In addition, all active elements are always exported even if I enter an empty list in the function
here is my code as an example:
Beta Was this translation helpful? Give feedback.
All reactions