TransformOperations#

class ansys.fluent.core.generated.datamodel_252.part_management.Root.TransformOperations(service, rules, path)#

Bases: PyMenu

Singleton TransformOperations.

Classes:

Children(service, rules[, path])

Parameter Children of value type list[str].

CreateTransform(service, rules, command[, path])

Command CreateTransform.

CreateTransformType(service, rules, command)

Specify whether to apply a translational or a rotational transformation. Parameters ---------- Type : str Specify whether to apply a translational or a rotational transformation. Paths : list[str].

DeleteAllTransforms(service, rules, command)

Command DeleteAllTransforms.

DeleteTransform(service, rules, command[, path])

Command DeleteTransform.

Name(service, rules[, path])

Parameter Name of value type str.

UpdateAllTransforms(service, rules, command)

Command UpdateAllTransforms.

Methods:

__init__(service, rules, path)

__init__ method of PyMenu class.

class Children(service, rules, path=None)#

Bases: PyTextual

Parameter Children of value type list[str].

class Name(service, rules, path=None)#

Bases: PyTextual

Parameter Name of value type str.

__init__(service, rules, path)#

__init__ method of PyMenu class.