SubRegion#

class pyaedt.modules.MeshIcepak.SubRegion(app, parts, name=None)[source]#

Provides Icepak mesh subregions properties and methods.

Methods

SubRegion.create(padding_values, ...)

Create subregion object.

SubRegion.delete()

Delete the subregion object.

Attributes

SubRegion.name

Get the subregion name.

SubRegion.negative_x_padding

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

SubRegion.negative_x_padding_type

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

SubRegion.negative_y_padding

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

SubRegion.negative_y_padding_type

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

SubRegion.negative_z_padding

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

SubRegion.negative_z_padding_type

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

SubRegion.object

Get the subregion modeler object.

SubRegion.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.

SubRegion.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.

SubRegion.parts

Parts included in the subregion.

SubRegion.positive_x_padding

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

SubRegion.positive_x_padding_type

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

SubRegion.positive_y_padding

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

SubRegion.positive_y_padding_type

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

SubRegion.positive_z_padding

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

SubRegion.positive_z_padding_type

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