ETBlockCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.ETBlockCommand(iEtBlockCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.IETBlockCommand)#

Bases: object

Represents a ETBLOCK command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

ElementTypeCount

Gets the element type count.

ElementTypes

Gets the element types.

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 ETBlockCommand.ElementTypeCount: int | None#

Gets the element type count.

property ETBlockCommand.ElementTypes: tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandElementType] | None#

Gets the element types.

property ETBlockCommand.Format: str | None#

Gets the format.

property ETBlockCommand.FullName: str | None#

FullName property.

property ETBlockCommand.Index: int | None#

Gets the command index.

property ETBlockCommand.Name: str | None#

Gets the command name.

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

ETBlockCommand.Equals(obj: Any) bool#

Equals method.

ETBlockCommand.GetHashCode() int#

GetHashCode method.

ETBlockCommand.GetType() type#

GetType method.

ETBlockCommand.ToString() str#

ToString method.