padding_types#

property SubRegion.padding_types: list[str]#

Get a list of strings containing the padding types used.

One for each direction in the following order: +X, -X, +Y, -Y, +Z, -Z.

Returns:
List[str]

Examples

>>> from ansys.aedt.core.modules.mesh_icepak import CommonRegion
>>> obj = CommonRegion()
>>> obj.padding_types