ETCommand#

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

FullName

FullName property.

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.FullName: str | None#

FullName property.

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.

Method detail#

ETCommand.Equals(obj: Any) bool#

Equals method.

ETCommand.GetHashCode() int#

GetHashCode method.

ETCommand.GetType() type#

GetType method.

ETCommand.ToString() str#

ToString method.