get_objects#
- class ansys.fluent.core.generated.datamodel_252.meshing_utilities.Root.get_objects(service, rules, name, path=None)#
Bases:
PyQueryReturn 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.
Examples
>>> meshing_session.meshing_utilities.get_objects(type_name="mesh") >>> meshing_session.meshing_utilities.get_objects(filter="*")
Methods:
Create an operation instance.
- __init__(service, rules, name, path=None)#
__init__ method of PyAction class.
- create_instance()#
Create an operation instance.