CommandElementType Last update: 14.01.2025 class Ansys.ACT.Automation.Mechanical.FE.CDB.CommandElementType Bases: object Represents an element type associated to an ETBLOCK command. Overview Properties Name Description Ename Gets the element name. Id Gets the element number. Keyopts Gets the key options. Property detail property CommandElementType.Ename : int | None Gets the element name. property CommandElementType.Id : int | None Gets the element number. property CommandElementType.Keyopts : tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandKeyOpt] | None Gets the key options.