CMEDITCommand# class ansys.mechanical.stubs.v252.Ansys.ACT.Automation.Mechanical.FE.CDB.CMEDITCommand# Bases: object Represents a CMEDIT command. Overview# Properties Aname Gets the assembly name. Cnames Gets the component names. Index Gets the command index. Name Gets the command name. Oper Gets the operation label (add or dele). ToCdbCommandString Gets the command text formatted as a CDB file entry. Property detail# property CMEDITCommand.Aname: str | None# Gets the assembly name. property CMEDITCommand.Cnames: tuple[str] | None# Gets the component names. property CMEDITCommand.Index: int | None# Gets the command index. property CMEDITCommand.Name: str | None# Gets the command name. property CMEDITCommand.Oper: str | None# Gets the operation label (add or dele). property CMEDITCommand.ToCdbCommandString: Ansys.ACT.Automation.Mechanical.FE.CDB.CdbCommandFormatAndParameter | None# Gets the command text formatted as a CDB file entry. Gets the command parameters formatted as a string.