`CMEDITCommand`
Last update: 09.03.2026class Ansys.ACT.Automation.Mechanical.FE.CDB.CMEDITCommand
Bases: object
Represents a CMEDIT command.
Overview
Properties
| Name | Description |
|---|---|
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). |
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).