CommandCell# class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.CommandCell(iCell: Ansys.Common.Interop.FEParsePlugin_ANSYS.ICell)# Bases: object Represents cell data associated to a beam SECBLOCK command. Overview# Methods Equals Equals method. GetHashCode GetHashCode method. GetType GetType method. ToString ToString method. Properties 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. Method detail# CommandCell.Equals(obj: Any) → bool# Equals method. CommandCell.GetHashCode() → int# GetHashCode method. CommandCell.GetType() → type# GetType method. CommandCell.ToString() → str# ToString method.