NastranOption#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.NASTRAN.NastranOption(name: str, value: str)#

Bases: object

Option.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Name

Gets the option name.

Value

Gets the value.

Property detail#

property NastranOption.Name: str | None#

Gets the option name.

property NastranOption.Value: str | None#

Gets the value.

Method detail#

NastranOption.Equals(obj: Any) bool#

Equals method.

NastranOption.GetHashCode() int#

GetHashCode method.

NastranOption.GetType() type#

GetType method.

NastranOption.ToString() str#

ToString method.