ETBlockCommand#

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

Index

Gets the command index.

Name

Gets the command name.

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

Gets the command index.

property ETBlockCommand.Name: str | None#

Gets the command name.

Method detail#

ETBlockCommand.Equals(obj: Any) bool#

Equals method.

ETBlockCommand.GetHashCode() int#

GetHashCode method.

ETBlockCommand.GetType() type#

GetType method.

ETBlockCommand.ToString() str#

ToString method.