get_objects#

class ansys.fluent.core.generated.datamodel_252.meshing_utilities.Root.get_objects(service, rules, name, path=None)#

Bases: PyQuery

Return a list of objects of the specified type or whose names contain the specified filter string. Parameters ———- type_name : str

Mesh object type name.

filterstr

Mesh object name filter.

Returns:
list[str]

Examples

>>> meshing_session.meshing_utilities.get_objects(type_name="mesh")
>>> meshing_session.meshing_utilities.get_objects(filter="*")

Methods:

create_instance()

Create an operation instance.

__init__(service, rules, name, path=None)#

__init__ method of PyAction class.

create_instance()#

Create an operation instance.