CMGRPCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.CMGRPCommand(iCMGRPCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.ICMGRPCommand)#

Bases: object

Represents a CMGRP command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Aname

Gets the assembly name.

Cnames

Gets the component and/or assembly names.

FullName

FullName property.

Index

Gets the command index.

Name

Gets the command name.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Property detail#

property CMGRPCommand.Aname: str | None#

Gets the assembly name.

property CMGRPCommand.Cnames: tuple[str] | None#

Gets the component and/or assembly names.

property CMGRPCommand.FullName: str | None#

FullName property.

property CMGRPCommand.Index: int | None#

Gets the command index.

property CMGRPCommand.Name: str | None#

Gets the command name.

property CMGRPCommand.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.

Method detail#

CMGRPCommand.Equals(obj: Any) bool#

Equals method.

CMGRPCommand.GetHashCode() int#

GetHashCode method.

CMGRPCommand.GetType() type#

GetType method.

CMGRPCommand.ToString() str#

ToString method.