ansys.dpf.core.shell_layers#
- class ansys.dpf.core.shell_layers(*args, **kwds)#
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.- notset = -1#
- top = 0#
- bottom = 1#
- topbottom = 2#
- mid = 3#
- topbottommid = 4#
- nonelayer = 5#
- layerindependent = 6#