EBlockCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.EBlockCommand(iEBlockCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.IEBlockCommand)#

Bases: object

Represents an EBLOCK command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Elements

Gets the elements.

Format

Gets the format.

FullName

FullName property.

Index

Gets the command index.

Name

Gets the command name.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Property detail#

property EBlockCommand.Elements: tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandElement] | None#

Gets the elements.

property EBlockCommand.Format: str | None#

Gets the format.

property EBlockCommand.FullName: str | None#

FullName property.

property EBlockCommand.Index: int | None#

Gets the command index.

property EBlockCommand.Name: str | None#

Gets the command name.

property EBlockCommand.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#

EBlockCommand.Equals(obj: Any) bool#

Equals method.

EBlockCommand.GetHashCode() int#

GetHashCode method.

EBlockCommand.GetType() type#

GetType method.

EBlockCommand.ToString() str#

ToString method.