ContactConstraintType Last update: 14.01.2025 class Ansys.Mechanical.DataModel.Enums.ContactConstraintType Bases: enum.Enum Specifies the ContactConstraintType. Overview Attributes Name DistributedAllDirections DistributedAnywhereInsidePinball DistributedNormalOnly ProgramControlled ProjectedDisplacementOnly ProjectedUncoupleUtoROT Attribute detail ContactConstraintType.DistributedAllDirections = 0 ContactConstraintType.DistributedAnywhereInsidePinball = 1 ContactConstraintType.DistributedNormalOnly = 5 ContactConstraintType.ProgramControlled = 3 ContactConstraintType.ProjectedDisplacementOnly = 4 ContactConstraintType.ProjectedUncoupleUtoROT = 2