MAPDLSolverData#

class ansys.mechanical.stubs.v241.Ansys.Mechanical.DataModel.SolverData.MAPDLSolverData#

Bases: object

MAPDLSolverData class.

Overview#

ElementIdsByMaterialId

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

GetObjectData

GetObjectData method.

NodeIdsByMaterialId

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

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.GetObjectData(obj: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject) Any#

GetObjectData method.

MAPDLSolverData.NodeIdsByMaterialId(matId: str) int#

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