get_active_model#

dlubal.api.rfem.Application.get_active_model(self)#

Returns model id of an active model

Returns:

ModelId

Method Type: Core


Usage

model_id = rfem_app.get_active_model()
print(f"\nModel ID:\n{model_id}")

Output

Model ID:
guid: "9e09db41-3984-4219-9bf2-db5c87ebfede"