GenericCommand
-
class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.NASTRAN.GenericCommand(iGenericCommand: Ansys.Common.Interop.FEParsePlugin_NASTRAN.INastranCommand)
Bases: object
Generic command.
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.