ETCommand#

class ansys.mechanical.stubs.v242.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.

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.