copy_move_cell_zone#
- class ansys.fluent.core.generated.solver.settings_261.copy_move_cell_zone(name=None, parent=None)#
Bases:
CommandCopy and translate or rotate a cell zone.
- Parameters:
- cell_zone_name
str The cell zone name.
- translatebool
Specifies whether copied zone should be translated (#t) or rotated (#f).
- rotation_angle
real Sets the rotation angle for copying or moving a cell zone.
- offset
List Specifies the translation offset vector for copying or moving a cell zone.
- axis
List Specifies the axis vector for rotation when copying or moving a cell zone.
- cell_zone_name
Arguments
Argument |
Summary |
|---|---|
The cell zone name. |
|
Specifies whether copied zone should be translated (#t) or rotated (#f). |
|
Sets the rotation angle for copying or moving a cell zone. |
|
Specifies the translation offset vector for copying or moving a cell zone. |
|
Specifies the axis vector for rotation when copying or moving a cell zone. |
Included in:
Parent |
Summary |
|---|---|
The modify zones object. |