TBPTValues#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.TBPTValues(_tbptValues: Ansys.Common.Interop.FEParsePlugin_ANSYS.ITBPTValues)#

Bases: object

Represents a tuple of values for the TBPT commmand.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

ValueCount

Gets the number of values.

Values

Gets the values.

Property detail#

property TBPTValues.ValueCount: int | None#

Gets the number of values.

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

Gets the values.

Method detail#

TBPTValues.Equals(obj: Any) bool#

Equals method.

TBPTValues.GetHashCode() int#

GetHashCode method.

TBPTValues.GetType() type#

GetType method.

TBPTValues.ToString() str#

ToString method.