TBPTData#

class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.FE.CDB.TBPTData#

Bases: object

Represents data for the TBPT command.

Overview#

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.