_Translate#
- class ansys.fluent.core.generated.datamodel_261.part_management.Root.Translate._Translate(service, rules, path)#
Bases:
PyMenu
Singleton _Translate.
Classes:
Add
(service, rules, command[, path])Command Add.
Applied
(service, rules[, path])Parameter Applied of value type bool.
Apply
(service, rules, command[, path])Command Apply.
Children
(service, rules[, path])Parameter Children of value type list[str].
Context
(service, rules[, path])Parameter Context of value type int.
Global
(service, rules[, path])Specify whether to apply the transformation to the Local or Global coordinate system.
Name
(service, rules[, path])Parameter Name of value type str.
Remove
(service, rules, command[, path])Command Remove.
Rename
(service, rules, command[, path])Command Rename.
TranslateX
(service, rules[, path])Specify the distance (using display units) along the X axis to apply the translation.
TranslateY
(service, rules[, path])Specify the distance (using display units) along the Y axis to apply the translation.
TranslateZ
(service, rules[, path])Specify the distance (using display units) along the Z axis to apply the translation.
Type
(service, rules[, path])Specify whether to apply a translational or a rotational transformation.
Undo
(service, rules, command[, path])Command Undo.
Update
(service, rules, command[, path])Command Update.
Methods:
__init__
(service, rules, path)__init__ method of PyMenu class.
- class Applied(service, rules, path=None)#
Bases:
PyParameter
Parameter Applied of value type bool.
- class Children(service, rules, path=None)#
Bases:
PyTextual
Parameter Children of value type list[str].
- class Context(service, rules, path=None)#
Bases:
PyNumerical
Parameter Context of value type int.
- class Global(service, rules, path=None)#
Bases:
PyTextual
Specify whether to apply the transformation to the Local or Global coordinate system. The local coordinate system is one that is associated with the individual CAD geometry as it is being created, where one chooses to re-orient that CAD sketch and create the model. Its orientation can vary based on its placement in an assembly of the entire model (for example, tires for a car). The global coordinate system has a fixed orientation, whereas the local coordinate system will have a different orientation. If, however, the CAD part was created without changing the coordinate systems, then there will be no difference between the local and global coordinate systems.
- class TranslateX(service, rules, path=None)#
Bases:
PyNumerical
Specify the distance (using display units) along the X axis to apply the translation.
- class TranslateY(service, rules, path=None)#
Bases:
PyNumerical
Specify the distance (using display units) along the Y axis to apply the translation.
- class TranslateZ(service, rules, path=None)#
Bases:
PyNumerical
Specify the distance (using display units) along the Z axis to apply the translation.
- class Type(service, rules, path=None)#
Bases:
PyTextual
Specify whether to apply a translational or a rotational transformation.
- __init__(service, rules, path)#
__init__ method of PyMenu class.