Skip to main content

Mechanical scripting interface

CECMODCommand

Last update: 14.01.2025

class Ansys.ACT.Automation.Mechanical.FE.CDB.CECMODCommand

Bases: object

Represents a CECMOD command.

Overview

Properties

Name Description
Constant Gets the constant term of the equation.
Index Gets the command index.
Name Gets the command name.
Nce Gets the constraint equation number.

Property detail

property CECMODCommand.Constant : float | None

Gets the constant term of the equation.

property CECMODCommand.Index : int | None

Gets the command index.

property CECMODCommand.Name : str | None

Gets the command name.

property CECMODCommand.Nce : int | None

Gets the constraint equation number.