Close model after import.

This commit is contained in:
kovacsv 2021-06-22 15:11:09 +02:00
parent 839163847c
commit 8d59266c50

View File

@ -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)