    

 ## On this page

  

 

 # `CMEDITCommand`

 Last update: 16.07.2025 

<a id="ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.FE.CDB.CMEDITCommand"></a>

#### *class* Ansys.ACT.Automation.Mechanical.FE.CDB.CMEDITCommand

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

Represents a CMEDIT command.

<a id="overview"></a>

## Overview

### Properties

NameDescription[`Aname`](#CMEDITCommand.Aname)Gets the assembly name.[`Cnames`](#CMEDITCommand.Cnames)Gets the component names.[`Index`](#CMEDITCommand.Index)Gets the command index.[`Name`](#CMEDITCommand.Name)Gets the command name.[`Oper`](#CMEDITCommand.Oper)Gets the operation label (add or dele).<a id="property-detail"></a>

## Property detail

<a id="CMEDITCommand.Aname"></a>

### *property* CMEDITCommand.Aname *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the assembly name.

<a id="CMEDITCommand.Cnames"></a>

### *property* CMEDITCommand.Cnames *: [tuple](https://docs.python.org/3/library/stdtypes.html#tuple)\[[str](https://docs.python.org/3/library/stdtypes.html#str)\] | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the component names.

<a id="CMEDITCommand.Index"></a>

### *property* CMEDITCommand.Index *: [int](https://docs.python.org/3/library/functions.html#int) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the command index.

<a id="CMEDITCommand.Name"></a>

### *property* CMEDITCommand.Name *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the command name.

<a id="CMEDITCommand.Oper"></a>

### *property* CMEDITCommand.Oper *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the operation label (add or dele).