TBPTValues# class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.FE.CDB.TBPTValues# Bases: object Represents a tuple of values for the TBPT commmand. Overview# Properties 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.