Reads MTKWEB data into a model.
new ModelReader():
ModelReader
ModelReader
get id():
bigint
Returns the unique identifier of the object.
bigint
read(
filename,model,dataProvider):Promise<boolean>
Reads an MTKWEB model with the specified file name into a model.
string
Name of the MTKWEB file.
Target model.
Provider used to load data stored in external files.
Promise<boolean>