GenericCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.NASTRAN.GenericCommand(iGenericCommand: Ansys.Common.Interop.FEParsePlugin_NASTRAN.INastranCommand)#

Bases: object

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.

Property detail#

property GenericCommand.Arguments: tuple[Any] | 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.

Method detail#

GenericCommand.Equals(obj: Any) bool#

Equals method.

GenericCommand.GetHashCode() int#

GetHashCode method.

GenericCommand.GetType() type#

GetType method.

GenericCommand.ToString() str#

ToString method.