CommandReal#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.CommandReal(iReal: Ansys.Common.Interop.FEParsePlugin_ANSYS.IReal)#

Bases: object

Represent a real constant set associated to a RLBLOCK command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Id

Gets the real constant set number.

Values

Gets the values.

Property detail#

property CommandReal.Id: int | None#

Gets the real constant set number.

property CommandReal.Values: tuple[float] | None#

Gets the values.

Method detail#

CommandReal.Equals(obj: Any) bool#

Equals method.

CommandReal.GetHashCode() int#

GetHashCode method.

CommandReal.GetType() type#

GetType method.

CommandReal.ToString() str#

ToString method.