NastranOption
-
class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.NASTRAN.NastranOption(name: str, value: str)
Bases: object
Option.
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.