web-ifc-viewer icon indicating copy to clipboard operation
web-ifc-viewer copied to clipboard

Feature request: disposal of a single model

Open m1900 opened this issue 2 years ago • 0 comments

In my application I want to show only one model at a time. As soon as the user selects a different model, the old model should be disposed of so that the memory it occupys is cleared, while the scene and all other objects remain. I need a method that handles the disposal of the model for me, something like IfcManager.remove(model).

m1900 avatar Jul 15 '22 07:07 m1900