* Closes all models and frees all related memory. Please note that after calling this you must call Init() again to ensure web-ifc is in a working state.
()
| 1327 | * Closes all models and frees all related memory. Please note that after calling this you must call Init() again to ensure web-ifc is in a working state. |
| 1328 | */ |
| 1329 | Dispose() { |
| 1330 | this.ifcGuidMap.clear(); |
| 1331 | this.wasmModule.CloseAllModels(); |
| 1332 | this.wasmModule = undefined; |
| 1333 | } |
| 1334 | |
| 1335 | /** |
| 1336 | * Streams meshes of a model with specific express id |
no test coverage detected