Options for how the IfcGeometryBuilder behaves.
These options can be useful to control the execution of heavy operations such as IfcGeometryBuilder.create and IfcGeometryBuilder.build.
Avoid blocking the main thread for too long by adjusting deadlineMs and sleepInMs.
Decreasing these values will make the operations faster but may increase the risk of blocking the main thread.
Increasing them will make the main thread (UI) more responsive but the operations will take longer to complete.
Options for how the IfcGeometryBuilder behaves. These options can be useful to control the execution of heavy operations such as IfcGeometryBuilder.create and IfcGeometryBuilder.build. Avoid blocking the main thread for too long by adjusting deadlineMs and sleepInMs. Decreasing these values will make the operations faster but may increase the risk of blocking the main thread. Increasing them will make the main thread (UI) more responsive but the operations will take longer to complete.