import_model_from#
Example
ifc_file_path = "C:/Users/my/Desktop/cantilever.ifc"
rstab_app.import_model_from(
filepath=ifc_file_path,
import_attributes=rstab.import_export.IfcImportAttributes()
)
var ifc_file_path = "C:/Users/my/Desktop/cantilever.ifc";
await rstab_app.import_model_from(
filepath=ifc_file_path,
import_attributes=rstab.import_export.IfcImportAttributes()
);