shell_layers
#
- class ansys.dpf.core.common.shell_layers#
Bases:
enum.Enum
Contains data identifying shell layers.
The
'shell_layers'
enum contains the available order of shell layers (or lack of shell layers) that defines how the field’s data is ordered.
Overview#
Import detail#
from ansys.dpf.core.common import shell_layers
Attribute detail#
- shell_layers.notset#
- shell_layers.top = 0#
- shell_layers.bottom = 1#
- shell_layers.topbottom = 2#
- shell_layers.mid = 3#
- shell_layers.topbottommid = 4#
- shell_layers.nonelayer = 5#
- shell_layers.layerindependent = 6#