`ContactTimeStepControls` Last update: 16.07.2025 class Ansys.Mechanical.DataModel.Enums.ContactTimeStepControls Bases: enum.Enum Specifies the ContactTimeStepControls. Overview Attributes Name AutomaticBisection None_ PredictForImpact UseImpactConstraints Attribute detail ContactTimeStepControls.AutomaticBisection = 1 ContactTimeStepControls.None_ = 0 ContactTimeStepControls.PredictForImpact = 2 ContactTimeStepControls.UseImpactConstraints = 3