    

 ## On this page

  

 

 # `MAPDLSolverData`

 Last update: 09.03.2026 

<a id="ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.SolverData.MAPDLSolverData"></a>

#### *class* Ansys.Mechanical.DataModel.SolverData.MAPDLSolverData

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

<a id="overview"></a>

## Overview

### Methods

NameDescription[`ElementIdsByMaterialId`](#MAPDLSolverData.ElementIdsByMaterialId)Returns a list of Element IDs that belong to a given Material ID[`GetObjectData`](#MAPDLSolverData.GetObjectData)GetObjectData method.[`NodeIdsByMaterialId`](#MAPDLSolverData.NodeIdsByMaterialId)Returns a list of Node IDs that belong to a given Material ID### Properties

NameDescription[`MaxElementId`](#MAPDLSolverData.MaxElementId)Gets the Maximum Element Id number.[`MaxElementTypeId`](#MAPDLSolverData.MaxElementTypeId)Gets the Maximum Element Type Id number.[`MaxNodeId`](#MAPDLSolverData.MaxNodeId)Gets the Maximum Node Id number.<a id="property-detail"></a>

## Property detail

<a id="MAPDLSolverData.MaxElementId"></a>

### *property* MAPDLSolverData.MaxElementId *: [int](https://docs.python.org/3/library/functions.html#int) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the Maximum Element Id number.

<a id="MAPDLSolverData.MaxElementTypeId"></a>

### *property* MAPDLSolverData.MaxElementTypeId *: [int](https://docs.python.org/3/library/functions.html#int) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the Maximum Element Type Id number.

<a id="MAPDLSolverData.MaxNodeId"></a>

### *property* MAPDLSolverData.MaxNodeId *: [int](https://docs.python.org/3/library/functions.html#int) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the Maximum Node Id number.

<a id="method-detail"></a>

## Method detail

<a id="MAPDLSolverData.ElementIdsByMaterialId"></a>

### MAPDLSolverData.ElementIdsByMaterialId(matId: [str](https://docs.python.org/3/library/stdtypes.html#str)) → [int](https://docs.python.org/3/library/functions.html#int)

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

<a id="MAPDLSolverData.GetObjectData"></a>

### MAPDLSolverData.GetObjectData(obj: [Ansys.Mechanical.DataModel.Interfaces.IDataModelObject](../Interfaces/IDataModelObject.md#ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.Interfaces.IDataModelObject)) → Any

GetObjectData method.

<a id="MAPDLSolverData.NodeIdsByMaterialId"></a>

### MAPDLSolverData.NodeIdsByMaterialId(matId: [str](https://docs.python.org/3/library/stdtypes.html#str)) → [int](https://docs.python.org/3/library/functions.html#int)

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