ENCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.ENCommand(iENCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.IENCommand)#

Bases: object

Represents an EN command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

FullName

FullName property.

Index

Gets the command index.

Name

Gets the command name.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Type

Gets the type (attribute or node).

Values

Gets the values.

Property detail#

property ENCommand.FullName: str | None#

FullName property.

property ENCommand.Index: int | None#

Gets the command index.

property ENCommand.Name: str | None#

Gets the command name.

property ENCommand.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.

property ENCommand.Type: str | None#

Gets the type (attribute or node).

property ENCommand.Values: tuple[int] | None#

Gets the values.

Method detail#

ENCommand.Equals(obj: Any) bool#

Equals method.

ENCommand.GetHashCode() int#

GetHashCode method.

ENCommand.GetType() type#

GetType method.

ENCommand.ToString() str#

ToString method.