Model.hm_getsolverids_byentity#

Model.hm_getsolverids_byentity(entity_list, groupbypoolname=False)#

Returns the solver ID and pool names for the specified HyperMesh internal ID. If there is no solver ID and pool for the specified entity, the internal ID and a blank ID pool are returned.

Parameters:
  • entity_list (EntityList) – A list containing the entity objects to query.

  • groupbypoolname (bool) – By default, the function returns the entities in the order of the list, with a list item containing two sub-lists for each input ID (the sublists contain the solver ID and the pool name). If the groupbypoolname is passed, the return values are grouped together by pool name, with two items returned for each pool found, the first being the pool name, and the second being the list of solver IDs found for that pool.