TBPTData#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.TBPTData(iTbptData: Ansys.Common.Interop.FEParsePlugin_ANSYS.ITBPTData)#

Bases: object

Represents data for the TBPT command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

TBPTCount

Gets the number of values.

TBPTValues

Gets the TBPT values.

Temp

Gets the temperature.

Property detail#

property TBPTData.TBPTCount: int | None#

Gets the number of values.

property TBPTData.TBPTValues: tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.TBPTValues] | None#

Gets the TBPT values.

property TBPTData.Temp: float | None#

Gets the temperature.

Method detail#

TBPTData.Equals(obj: Any) bool#

Equals method.

TBPTData.GetHashCode() int#

GetHashCode method.

TBPTData.GetType() type#

GetType method.

TBPTData.ToString() str#

ToString method.