MAPDLBeamData#

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

Bases: object

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

ElementId

Gets the Element number for the object.

MaterialId

Gets the Material Id number for the beam connection.

RealConstantId

Gets the Real Constant Id number for the object.

Property detail#

property MAPDLBeamData.ElementId: int | None#

Gets the Element number for the object.

property MAPDLBeamData.MaterialId: int | None#

Gets the Material Id number for the beam connection.

property MAPDLBeamData.RealConstantId: int | None#

Gets the Real Constant Id number for the object.

Method detail#

MAPDLBeamData.Equals(obj: Any) bool#

Equals method.

MAPDLBeamData.GetHashCode() int#

GetHashCode method.

MAPDLBeamData.GetType() type#

GetType method.

MAPDLBeamData.ToString() str#

ToString method.