GenericCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.GenericCommand(iGenericCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.IGenericCommand)#

Bases: object

Represents a generic command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Arguments

Gets the arguments.

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 GenericCommand.Arguments: tuple[str] | None#

Gets the arguments.

property GenericCommand.FullName: str | None#

FullName property.

property GenericCommand.Index: int | None#

Gets the command index.

property GenericCommand.Name: str | None#

Gets the command name.

property GenericCommand.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#

GenericCommand.Equals(obj: Any) bool#

Equals method.

GenericCommand.GetHashCode() int#

GetHashCode method.

GenericCommand.GetType() type#

GetType method.

GenericCommand.ToString() str#

ToString method.