TBPTCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.TBPTCommand(iTBPTCommandObj: Ansys.Common.Interop.FEParsePlugin_ANSYS.ITBPTCommand)#

Bases: object

Represents a TBPT command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

FullName

FullName property.

Index

Gets the command index.

Lab

Gets the label.

Mat

Gets the material number.

Name

Gets the command name.

Npts

Gets the number of points, if provided.

Ntemp

Gets the number of temperature, if provided.

TBPTData

Gets TBPT data items.

TBPTDataCount

Gets the number of TBPT data.

Tbopt

Gets the option.

ToCdbCommandString

ToCdbCommandString property.

Property detail#

property TBPTCommand.FullName: str | None#

FullName property.

property TBPTCommand.Index: int | None#

Gets the command index.

property TBPTCommand.Lab: str | None#

Gets the label.

property TBPTCommand.Mat: int | None#

Gets the material number.

property TBPTCommand.Name: str | None#

Gets the command name.

property TBPTCommand.Npts: int | None#

Gets the number of points, if provided.

property TBPTCommand.Ntemp: int | None#

Gets the number of temperature, if provided.

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

Gets TBPT data items.

property TBPTCommand.TBPTDataCount: int | None#

Gets the number of TBPT data.

property TBPTCommand.Tbopt: str | None#

Gets the option.

property TBPTCommand.ToCdbCommandString: Ansys.ACT.Automation.Mechanical.FE.CDB.CdbCommandFormatAndParameter | None#

ToCdbCommandString property.

Method detail#

TBPTCommand.Equals(obj: Any) bool#

Equals method.

TBPTCommand.GetHashCode() int#

GetHashCode method.

TBPTCommand.GetType() type#

GetType method.

TBPTCommand.ToString() str#

ToString method.