rename_object#

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

Bases: PyCommand

Renames the object. Parameters ———- old_object_name : str

Old object name.

new_object_namestr

New object name.

Returns:
None

Examples

>>> meshing_session.meshing_utilities.rename_object(old_object_name="elbow-fluid", new_object_name="elbow-fluid-1")

Methods:

create_instance()

Create a command instance.

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

__init__ method of PyCommand class.

create_instance()#

Create a command instance.