ThatOpen / engine_web-ifc

Reading and writing IFC files with Javascript, at native speeds.
https://thatopen.github.io/engine_web-ifc/demo
Mozilla Public License 2.0
573 stars 170 forks source link

[Feat]: enable customLocateFileHandler function for webIfc in IfcLoader #899

Closed cytostatic closed 3 days ago

cytostatic commented 3 days ago

What is your idea?

There is already an option in ifc-fragment-settings class to provide a custom file handler function for the WASM module (customLocateFileHandler). This setting should be used in readIfcFile method.