`CommandCell` Last update: 09.03.2026 class Ansys.ACT.Automation.Mechanical.FE.CDB.CommandCell Bases: object Represents cell data associated to a beam SECBLOCK command. Overview Properties Name Description MatId Gets the material number. Nodes Gets the nodes. Property detail property CommandCell.MatId : int | None Gets the material number. property CommandCell.Nodes : tuple[int] | None Gets the nodes.