CommandKeyOpt#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.CommandKeyOpt(iKeyOpt: Ansys.Common.Interop.FEParsePlugin_ANSYS.IKeyopt)#

Bases: object

Represents a KEYOPT command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Knum

Gets the key option number.

Value

Gets the value.

Property detail#

property CommandKeyOpt.Knum: int | None#

Gets the key option number.

property CommandKeyOpt.Value: int | None#

Gets the value.

Method detail#

CommandKeyOpt.Equals(obj: Any) bool#

Equals method.

CommandKeyOpt.GetHashCode() int#

GetHashCode method.

CommandKeyOpt.GetType() type#

GetType method.

CommandKeyOpt.ToString() str#

ToString method.