CommandCETerm#

class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.FE.CDB.CommandCETerm#

Bases: object

Represents a term associated to a CE command.

Overview#

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.