MAPDLSolverData#

class ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.SolverData.MAPDLSolverData(obj: Ansys.Common.Interop.DSObjectsAuto.IDSSolutionSummaryAuto)#

Bases: object

Overview#

ElementIdsByMaterialId

Returns a list of Element IDs that belong to a given Material ID

Equals

Equals method.

GetHashCode

GetHashCode method.

GetObjectData

GetObjectData method.

GetType

GetType method.

NodeIdsByMaterialId

Returns a list of Node IDs that belong to a given Material ID

ToString

ToString method.

MaxElementId

Gets the Maximum Element Id number.

MaxElementTypeId

Gets the Maximum Element Type Id number.

MaxNodeId

Gets the Maximum Node Id number.

Property detail#

property MAPDLSolverData.MaxElementId: int | None#

Gets the Maximum Element Id number.

property MAPDLSolverData.MaxElementTypeId: int | None#

Gets the Maximum Element Type Id number.

property MAPDLSolverData.MaxNodeId: int | None#

Gets the Maximum Node Id number.

Method detail#

MAPDLSolverData.ElementIdsByMaterialId(matId: str) → int#

Returns a list of Element IDs that belong to a given Material ID

MAPDLSolverData.Equals(obj: Any) → bool#

Equals method.

MAPDLSolverData.GetHashCode() → int#

GetHashCode method.

MAPDLSolverData.GetObjectData(obj: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject) → Any#

GetObjectData method.

MAPDLSolverData.GetType() → type#

GetType method.

MAPDLSolverData.NodeIdsByMaterialId(matId: str) → int#

Returns a list of Node IDs that belong to a given Material ID

MAPDLSolverData.ToString() → str#

ToString method.