EBlockCommand#

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

Index

Gets the command index.

Name

Gets the command name.

Property detail#

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

Gets the elements.

property EBlockCommand.Index: int | None#

Gets the command index.

property EBlockCommand.Name: str | None#

Gets the command name.

Method detail#

EBlockCommand.Equals(obj: Any) bool#

Equals method.

EBlockCommand.GetHashCode() int#

GetHashCode method.

EBlockCommand.GetType() type#

GetType method.

EBlockCommand.ToString() str#

ToString method.