CECommand#

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

Bases: object

Represents a CE command.

Overview#

Nce

Gets the constraint equation number.

Constant

Gets the constant term of the equation.

Terms

Gets the equation terms.

Name

Gets the command name.

Index

Gets the command index.

Property detail#

property CECommand.Nce: System.UInt32 | None

Gets the constraint equation number.

property CECommand.Constant: System.Double | None

Gets the constant term of the equation.

property CECommand.Terms: System.Collections.Generic.IReadOnlyList[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandCETerm] | None

Gets the equation terms.

property CECommand.Name: System.String | None

Gets the command name.

property CECommand.Index: System.UInt32 | None

Gets the command index.