ETCommand#

class ansys.mechanical.stubs.v252.Ansys.ACT.Automation.Mechanical.FE.CDB.ETCommand#

Bases: object

Represents an ET command.

Overview#

Ename

Gets the element name.

Id

Gets the element number.

Index

Gets the command index.

Keyopts

Gets the key options.

Name

Gets the command name.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Property detail#

property ETCommand.Ename: int | None#

Gets the element name.

property ETCommand.Id: int | None#

Gets the element number.

property ETCommand.Index: int | None#

Gets the command index.

property ETCommand.Keyopts: tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandKeyOpt] | None#

Gets the key options.

property ETCommand.Name: str | None#

Gets the command name.

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

Gets the command text formatted as a CDB file entry. Gets the command parameters formatted as a string.