Region#

class ansys.aedt.core.modules.mesh_icepak.Region(app)[source]#

Provides Icepak global mesh region properties and methods.

Attributes

Region.name

Get the subregion name.

Region.negative_x_padding

Get a string with the padding value used in the -X direction.

Region.negative_x_padding_type

Get a string with the padding type used in the -X direction.

Region.negative_y_padding

Get a string with the padding value used in the -Y direction.

Region.negative_y_padding_type

Get a string with the padding type used in the -Y direction.

Region.negative_z_padding

Get a string with the padding value used in the -Z direction.

Region.negative_z_padding_type

Get a string with the padding type used in the -Z direction.

Region.object

Get the subregion modeler object.

Region.padding_types

Get a list of strings containing thepadding types used, one for each direction, in the following order: +X, -X, +Y, -Y, +Z, -Z.

Region.padding_values

Get a list of padding values (string or float) used, one for each direction, in the following order: +X, -X, +Y, -Y, +Z, -Z.

Region.positive_x_padding

Get a string with the padding value used in the +X direction.

Region.positive_x_padding_type

Get a string with the padding type used in the +X direction.

Region.positive_y_padding

Get a string with the padding value used in the +Y direction.

Region.positive_y_padding_type

Get a string with the padding type used in the +Y direction.

Region.positive_z_padding

Get a string with the padding value used in the +Z direction.

Region.positive_z_padding_type

Get a string with the padding type used in the +Z direction.