TBDataValues#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.TBDataValues(iTbDataValues: Ansys.Common.Interop.FEParsePlugin_ANSYS.ITBDataValues)#

Bases: object

Represents data for a given temperature.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Temp

Gets the temperature.

ValueCount

Gets the number of values.

Values

Gets the values.

Property detail#

property TBDataValues.Temp: float | None#

Gets the temperature.

property TBDataValues.ValueCount: int | None#

Gets the number of values.

property TBDataValues.Values: tuple[float] | None#

Gets the values.

Method detail#

TBDataValues.Equals(obj: Any) bool#

Equals method.

TBDataValues.GetHashCode() int#

GetHashCode method.

TBDataValues.GetType() type#

GetType method.

TBDataValues.ToString() str#

ToString method.