`LoadBehavior` Last update: 16.07.2025 class Ansys.Mechanical.DataModel.Enums.LoadBehavior Bases: enum.Enum Specifies the LoadBehavior. Overview Attributes Name Beam Coupled Deformable Isopotential Rigid Attribute detail LoadBehavior.Beam = 2 LoadBehavior.Coupled = 3 LoadBehavior.Deformable = 1 LoadBehavior.Isopotential = 4 LoadBehavior.Rigid = 0