CMEDITCommand#

class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.FE.CDB.CMEDITCommand#

Bases: object

Represents a CMEDIT command.

Overview#

Aname

Gets the assembly name.

Oper

Gets the operation label (add or dele).

Cnames

Gets the component names.

Name

Gets the command name.

Index

Gets the command index.

Property detail#

property CMEDITCommand.Aname: System.String | None

Gets the assembly name.

property CMEDITCommand.Oper: System.String | None

Gets the operation label (add or dele).

property CMEDITCommand.Cnames: System.Collections.Generic.IReadOnlyList[System.String] | None

Gets the component names.

property CMEDITCommand.Name: System.String | None

Gets the command name.

property CMEDITCommand.Index: System.UInt32 | None

Gets the command index.