copy_cell_zones_by_offsets#

class ansys.fluent.core.generated.solver.settings_252.copy_cell_zones_by_offsets(name=None, parent=None)#

Bases: Command

Copy cell zones by specifying absolute translational or rotational offsets.

Parameters:
cell_zonesList

Names or IDs of cell zones to be copied. If an empty list is given, all active cell zones will be copied.

translatebool

Specifies whether the copying is translational or rotational.

offsetsList

The components of each offset vector for translational copying.

originList

The components of the origin vector for rotational copying.

axisList

The components of the axis vector for rotational copying.

anglesList

The angular offsets for rotational copying.

Arguments

Argument

Summary

cell_zones

Names or IDs of cell zones to be copied. If an empty list is given, all active cell zones will be copied.

translate

Specifies whether the copying is translational or rotational.

offsets

The components of each offset vector for translational copying.

origin

The components of the origin vector for rotational copying.

axis

The components of the axis vector for rotational copying.

angles

The angular offsets for rotational copying.

Included in:

Parent

Summary

modify_zones

The modify zones object.