MAPDLContactData# class ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.SolverData.MAPDLContactData(id: int, obj: Ansys.Common.Interop.DSObjectsAuto.IDSSolutionSummaryAuto, rowId: int)# Bases: object Overview# Methods Equals Equals method. GetHashCode GetHashCode method. GetType GetType method. ToString ToString method. Properties SourceId Gets the Source Id of the Contact region. TargetId Gets the Target Id of the Contact region. Property detail# property MAPDLContactData.SourceId: int | None# Gets the Source Id of the Contact region. property MAPDLContactData.TargetId: int | None# Gets the Target Id of the Contact region. Method detail# MAPDLContactData.Equals(obj: Any) → bool# Equals method. MAPDLContactData.GetHashCode() → int# GetHashCode method. MAPDLContactData.GetType() → type# GetType method. MAPDLContactData.ToString() → str# ToString method.