_RotateAboutAxis#
- class ansys.fluent.core.generated.datamodel_252.part_management.Root.RotateAboutAxis._RotateAboutAxis(service, rules, path)#
Bases:
PyMenu
Singleton _RotateAboutAxis.
Classes:
Add
(service, rules, command[, path])Command Add.
Angle
(service, rules[, path])Specify a rotational angle (in degrees) of transformation.
Applied
(service, rules[, path])Parameter Applied of value type bool.
Apply
(service, rules, command[, path])Command Apply.
AxisX
(service, rules[, path])Specify the X component of the rotational axis, based on the specified coordinate system.
AxisY
(service, rules[, path])Specify the Y component of the rotational axis, based on the specified coordinate system.
AxisZ
(service, rules[, path])Specify the Z component of the rotational axis, based on the specified coordinate system.
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.
PivotX
(service, rules[, path])Specify the X coordinate (using display units) of the pivot point, based on the specified coordinate system.
PivotY
(service, rules[, path])Specify the Y coordinate (using display units) of the pivot point, based on the specified coordinate system.
PivotZ
(service, rules[, path])Specify the Z coordinate (using display units) of the pivot point, based on the specified coordinate system.
Remove
(service, rules, command[, path])Command Remove.
Rename
(service, rules, command[, path])Command Rename.
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 Angle(service, rules, path=None)#
Bases:
PyNumerical
Specify a rotational angle (in degrees) of transformation.
- class Applied(service, rules, path=None)#
Bases:
PyParameter
Parameter Applied of value type bool.
- class AxisX(service, rules, path=None)#
Bases:
PyNumerical
Specify the X component of the rotational axis, based on the specified coordinate system.
- class AxisY(service, rules, path=None)#
Bases:
PyNumerical
Specify the Y component of the rotational axis, based on the specified coordinate system.
- class AxisZ(service, rules, path=None)#
Bases:
PyNumerical
Specify the Z component of the rotational axis, based on the specified coordinate system.
- 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 PivotX(service, rules, path=None)#
Bases:
PyNumerical
Specify the X coordinate (using display units) of the pivot point, based on the specified coordinate system.
- class PivotY(service, rules, path=None)#
Bases:
PyNumerical
Specify the Y coordinate (using display units) of the pivot point, based on the specified coordinate system.
- class PivotZ(service, rules, path=None)#
Bases:
PyNumerical
Specify the Z coordinate (using display units) of the pivot point, based on the specified coordinate system.
- 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.