ETCommand#

class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.FE.CDB.ETCommand(iETCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.IETCommand)#

Bases: object

Represents an ET command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

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.

Method detail#

ETCommand.Equals(obj: Any) bool#

Equals method.

ETCommand.GetHashCode() int#

GetHashCode method.

ETCommand.GetType() type#

GetType method.

ETCommand.ToString() str#

ToString method.