NASTRANCommand#

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

Bases: object

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 NASTRANCommand.FullName: str | None#

FullName property.

property NASTRANCommand.Index: int | None#

Gets the command index.

property NASTRANCommand.Name: str | None#

Gets the command name.

Method detail#

NASTRANCommand.Equals(obj: Any) bool#

Equals method.

NASTRANCommand.GetHashCode() int#

GetHashCode method.

NASTRANCommand.GetType() type#

GetType method.

NASTRANCommand.ToString() str#

ToString method.