`ContactConstraintType` Last update: 16.07.2025 class Ansys.Mechanical.DataModel.Enums.ContactConstraintType(*args, **kwds) Bases: enum.Enum Specifies the ContactConstraintType. Overview Attributes Name DistributedAllDirections DistributedAnywhereInsidePinball DistributedNormalOnly MixedAssembly ProgramControlled ProjectedDisplacementOnly Attribute detail ContactConstraintType.DistributedAllDirections = 0 ContactConstraintType.DistributedAnywhereInsidePinball = 1 ContactConstraintType.DistributedNormalOnly = 5 ContactConstraintType.MixedAssembly = 2 ContactConstraintType.ProgramControlled = 3 ContactConstraintType.ProjectedDisplacementOnly = 4