open_model#
- dlubal.api.rstab.Application.open_model(self, *, path)#
- Opens model from path specified in ‘name’ field of the request Returns model id of opened model - Parameters:
- path (str) – Path to the existing model to be opened 
- Returns:
 
Method Type: Core
Usage
my_model_path = "C:/Users/my/Desktop/cantilever.rs9"
my_modlel_id = rstab_app.open_model(path=my_model_path)
var my_model_path = "C:/Users/my/Desktop/cantilever.rs9";
var my_modlel_id = await rstab_app.open_model(path=my_model_path);