IfcFragmentSettings
Configuration of the IFC-fragment conversion.
Properties
autoSetWasm
autoSetWasm:
boolean
=true
Whether to automatically set the path to the WASM file for web-ifc.
If set to true, the path will be set to the default path of the WASM file.
If set to false, the path must be provided manually in the wasm.path
property.
Default value is true.
customLocateFileHandler
customLocateFileHandler:
null
|LocateFileHandlerFn
=null
Custom function to handle the file location for web-ifc. This function will be called when web-ifc needs to locate a file. If set to null, the default file location handler will be used.
Param
The URL of the file to locate.
wasm
wasm:
object
Path of the WASM for web-ifc.
absolute
absolute:
boolean
logLevel?
optional
logLevel:LogLevel
path
path:
string
webIfc
webIfc:
LoaderSettings
Loader settings for web-ifc.