MAPDLBodyData#

class ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.SolverData.MAPDLBodyData#

Bases: object

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

ElementTypeIds

Gets the Element Type Ids for the body.

MaterialIds

Gets the Material Ids for the body.

RealConstantId

Gets the Real Constant Id for the body.

Property detail#

property MAPDLBodyData.ElementTypeIds: Iterable[int] | None#

Gets the Element Type Ids for the body.

property MAPDLBodyData.MaterialIds: Iterable[int] | None#

Gets the Material Ids for the body.

property MAPDLBodyData.RealConstantId: int | None#

Gets the Real Constant Id for the body.

Method detail#

MAPDLBodyData.Equals(obj: Any) bool#

Equals method.

MAPDLBodyData.GetHashCode() int#

GetHashCode method.

MAPDLBodyData.GetType() type#

GetType method.

MAPDLBodyData.ToString() str#

ToString method.