get_object_list#

dlubal.api.rfem.Application.get_object_list(self, objs: list, model_id: ModelId | None = None)#

Retrieves a list of objects from the model.

Parameters:
  • objs (list[obj]) – An object list to be retrieved. Refer to the dlubal.api.rfem for available objects.

  • model_id (ModelId | None) – Unique identifier of the model.

Returns:

A list of retrieved objects.

Return type:

dlubal.api.rfem

rfem_app.get_object_list()