MAPDLImportedSurfaceLoadData#

class ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.SolverData.MAPDLImportedSurfaceLoadData(id: int, solObj: Ansys.Common.Interop.DSObjectsAuto.IDSSolutionSummaryAuto, importedObj: Ansys.Common.Interop.DSObjectsAuto.IDSWorksheetRowDataAuto, rowId: int)#

Bases: object

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetSurfaceEffectElementTypeId

Gets the SurfaceEffectElementTypeId for the requested load type present in the row

GetType

GetType method.

ToString

ToString method.

LoadTypes

Gets the load types present in the row.

Property detail#

property MAPDLImportedSurfaceLoadData.LoadTypes: Iterable[Ansys.Mechanical.DataModel.Enums.ExternalModel.ImportedSurfaceLoadType] | None#

Gets the load types present in the row.

Method detail#

MAPDLImportedSurfaceLoadData.Equals(obj: Any) bool#

Equals method.

MAPDLImportedSurfaceLoadData.GetHashCode() int#

GetHashCode method.

MAPDLImportedSurfaceLoadData.GetSurfaceEffectElementTypeId(eType: Ansys.Mechanical.DataModel.Enums.ExternalModel.ImportedSurfaceLoadType) int#

Gets the SurfaceEffectElementTypeId for the requested load type present in the row

MAPDLImportedSurfaceLoadData.GetType() type#

GetType method.

MAPDLImportedSurfaceLoadData.ToString() str#

ToString method.