SubRegion#
- class ansys.aedt.core.modules.mesh_icepak.SubRegion(app, parts, name=None)[source]#
Provides Icepak mesh subregions properties and methods.
Methods
SubRegion.create
(padding_values, ...)Create subregion object.
Delete the subregion object.
Attributes
Get the subregion name.
Get a string with the padding value used in the -X direction.
Get a string with the padding type used in the -X direction.
Get a string with the padding value used in the -Y direction.
Get a string with the padding type used in the -Y direction.
Get a string with the padding value used in the -Z direction.
Get a string with the padding type used in the -Z direction.
Get the subregion modeler object.
Get a list of strings containing thepadding types used, one for each direction, in the following order: +X, -X, +Y, -Y, +Z, -Z.
Get a list of padding values (string or float) used, one for each direction, in the following order: +X, -X, +Y, -Y, +Z, -Z.
Parts included in the subregion.
Get a string with the padding value used in the +X direction.
Get a string with the padding type used in the +X direction.
Get a string with the padding value used in the +Y direction.
Get a string with the padding type used in the +Y direction.
Get a string with the padding value used in the +Z direction.
Get a string with the padding type used in the +Z direction.