Skip to main content

Mechanical scripting interface

ShellFaceType

Last update: 14.01.2025

class Ansys.Mechanical.DataModel.Enums.ShellFaceType

Bases: enum.Enum

Specifies the ShellFaceType.

Overview

Attributes

Name
All
Bending
Bottom
Middle
ProgramControlled
Top
TopAndBottom

Attribute detail

ShellFaceType.All = 7

ShellFaceType.Bending = 4

ShellFaceType.Bottom = 1

ShellFaceType.Middle = 3

ShellFaceType.ProgramControlled = 5

ShellFaceType.Top = 0

ShellFaceType.TopAndBottom = 2