get_model_list#
- dlubal.api.rstab.Application.get_model_list(self)#
- Returns list of models and information about them - Returns:
 
Method Type: Core
Usage
models = rstab_app.get_model_list()
print(models)
var models = await rstab_app.get_model_list();
Console.WriteLine(models);
Output:
model_info {
    name: "steel_hall"
    guid: "c9d710f3-866e-410e-abc9-742bdb15bf07"
}
model_info {
    name: "silo"
    guid: "3ef12abe-78ab-47bb-8586-866bb8c559bd"
    path: "C:/Users/my/Desktop/silo.rs9"
}