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
with rfem.Application() as rfem_app:
print(rfem_app.get_active_model().id)
Output:
"c9d710f3-866e-410e-abc9-742bdb15bf07"