ContactTimeStepControls Last update: 14.01.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