CECommand#

class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.FE.CDB.CECommand#

Bases: object

Represents a CE command.

Overview#

Constant

Gets the constant term of the equation.

Index

Gets the command index.

Name

Gets the command name.

Nce

Gets the constraint equation number.

Terms

Gets the equation terms.

Property detail#

property CECommand.Constant: float | None#

Gets the constant term of the equation.

property CECommand.Index: int | None#

Gets the command index.

property CECommand.Name: str | None#

Gets the command name.

property CECommand.Nce: int | None#

Gets the constraint equation number.

property CECommand.Terms: tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandCETerm] | None#

Gets the equation terms.