get_edge_zones#

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

Bases: PyQuery

  • Get edge zones using 1 - maximum_entity_count and only_boundary or 2 - filter Return a list of edge zones with a count below the maximum entity count (maximum_entity_count) specified.

  • You can choose to restrict the report to only boundary edge zones, if required (only_boundary set to True or False).

  • Return a list of zones whose names contain the specified filter string.

Parameters#

maximum_entity_countfloat

Maximum entity count.

only_boundarybool

Specify whether to restrict the report to only boundary edge zones.

filterstr

Edge zone name filter.

Returns:
list[int]

Examples

>>> meshing_session.meshing_utilities.get_edge_zones(filter="*")
>>> meshing_session.meshing_utilities.get_edge_zones(maximum_entity_count=20, only_boundary=False)

Methods:

create_instance()

Create an operation instance.

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

__init__ method of PyAction class.

create_instance()#

Create an operation instance.