get_active_model#
- dlubal.api.rfem.Application.get_active_model(self) ModelId #
Returns model id of an active model
- Returns:
dlubal.api.common.model_id_pb2.ModelId
Example
id = rfem_app.get_active_model().id
print(id)
var id = await rfem_app.get_active_model().id;
Console.WriteLine(id);
Output:
"c9d710f3-866e-410e-abc9-742bdb15bf07"