ETCommand#

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

Bases: object

Represents an ET command.

Overview#

Id

Gets the element number.

Ename

Gets the element name.

Keyopts

Gets the key options.

Name

Gets the command name.

Index

Gets the command index.

Property detail#

property ETCommand.Id: System.UInt32 | None

Gets the element number.

property ETCommand.Ename: System.UInt32 | None

Gets the element name.

property ETCommand.Keyopts: System.Collections.Generic.IReadOnlyList[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandKeyOpt] | None

Gets the key options.

property ETCommand.Name: System.String | None

Gets the command name.

property ETCommand.Index: System.UInt32 | None

Gets the command index.