Close model after import.
This commit is contained in:
parent
839163847c
commit
8d59266c50
1
source/external/ifcimporter.js
vendored
1
source/external/ifcimporter.js
vendored
@ -68,6 +68,7 @@ OV.ImporterIfc = class extends OV.ImporterBase
|
||||
const ifcMesh = ifcMeshes.get (meshIndex);
|
||||
this.ImportIfcMesh (modelID, ifcMesh);
|
||||
}
|
||||
this.ifc.CloseModel (modelID);
|
||||
}
|
||||
|
||||
ImportIfcMesh (modelID, ifcMesh)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user