rename_edge_zone#

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

Bases: PyCommand

Renames an existing edge zone. Parameters ———- zone_id : int

Edge zone ID.

zone_namestr

Edge zone name.

new_namestr

New edge zone name.

Returns:
bool

Examples

>>> meshing_session.meshing_utilities.rename_edge_zone(zone_id=20, new_name="symmetry:xyplane:hot-inlet:elbow-fluid:feature.20-new")

Methods:

create_instance()

Create a command instance.

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

__init__ method of PyCommand class.

create_instance()#

Create a command instance.