CaseControlCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.NASTRAN.CaseControlCommand(iCaseControlCommand: Ansys.Common.Interop.FEParsePlugin_NASTRAN.ICaseControlCommand)#

Bases: object

Case control command.

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.

Text

Gets the text contained in the Nastran card.

Property detail#

property CaseControlCommand.FullName: str | None#

FullName property.

property CaseControlCommand.Index: int | None#

Gets the command index.

property CaseControlCommand.Name: str | None#

Gets the command name.

property CaseControlCommand.Text: str | None#

Gets the text contained in the Nastran card.

Method detail#

CaseControlCommand.Equals(obj: Any) bool#

Equals method.

CaseControlCommand.GetHashCode() int#

GetHashCode method.

CaseControlCommand.GetType() type#

GetType method.

CaseControlCommand.ToString() str#

ToString method.