ETBlockCommand Last update: 14.01.2025 class Ansys.ACT.Automation.Mechanical.FE.CDB.ETBlockCommand Bases: object Represents a ETBLOCK command. Overview Properties Name Description 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.