Command#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.Command(iCommand: Ansys.Common.Interop.FECommandsModel.ICommand)#

Bases: object

Base class for all Commands.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

FullName

FullName property.

Index

Gets the command index.

Name

Gets the command name.

Property detail#

property Command.FullName: str | None#

FullName property.

property Command.Index: int | None#

Gets the command index.

property Command.Name: str | None#

Gets the command name.

Method detail#

Command.Equals(obj: Any) bool#

Equals method.

Command.GetHashCode() int#

GetHashCode method.

Command.GetType() type#

GetType method.

Command.ToString() str#

ToString method.