OptionsControlCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.NASTRAN.OptionsControlCommand(iOptionsControlCommand: Ansys.Common.Interop.FEParsePlugin_NASTRAN.IOptionsControlCommand)#

Bases: object

Options control 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.

OptionLines

Gets the option lines.

Property detail#

property OptionsControlCommand.Arguments: tuple[Any] | None#

Gets the arguments.

property OptionsControlCommand.FullName: str | None#

FullName property.

property OptionsControlCommand.Index: int | None#

Gets the command index.

property OptionsControlCommand.Name: str | None#

Gets the command name.

property OptionsControlCommand.OptionLines: tuple[Any] | None#

Gets the option lines.

Method detail#

OptionsControlCommand.Equals(obj: Any) bool#

Equals method.

OptionsControlCommand.GetHashCode() int#

GetHashCode method.

OptionsControlCommand.GetType() type#

GetType method.

OptionsControlCommand.ToString() str#

ToString method.