CommandCETerm#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.CommandCETerm(iCETerm: Ansys.Common.Interop.FEParsePlugin_ANSYS.ICETerm)#

Bases: object

Represents a term associated to a CE command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Coefficient

Gets the coefficient.

Dof

Gets the degree of freedom.

Node

Gets the node number.

Property detail#

property CommandCETerm.Coefficient: float | None#

Gets the coefficient.

property CommandCETerm.Dof: str | None#

Gets the degree of freedom.

property CommandCETerm.Node: int | None#

Gets the node number.

Method detail#

CommandCETerm.Equals(obj: Any) bool#

Equals method.

CommandCETerm.GetHashCode() int#

GetHashCode method.

CommandCETerm.GetType() type#

GetType method.

CommandCETerm.ToString() str#

ToString method.