CECMODCommand# class ansys.mechanical.stubs.v251.Ansys.ACT.Automation.Mechanical.FE.CDB.CECMODCommand(iCECMODCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.ICECMODCommand)# Bases: object Represents a CECMOD command. Overview# Methods Equals Equals method. GetHashCode GetHashCode method. GetType GetType method. ToString ToString method. Properties Constant Gets the constant term of the equation. Index Gets the command index. Name Gets the command name. Nce Gets the constraint equation number. Property detail# property CECMODCommand.Constant: float | None# Gets the constant term of the equation. property CECMODCommand.Index: int | None# Gets the command index. property CECMODCommand.Name: str | None# Gets the command name. property CECMODCommand.Nce: int | None# Gets the constraint equation number. Method detail# CECMODCommand.Equals(obj: Any) → bool# Equals method. CECMODCommand.GetHashCode() → int# GetHashCode method. CECMODCommand.GetType() → type# GetType method. CECMODCommand.ToString() → str# ToString method.