CECMODCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.CECMODCommand(iCECMODCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.ICECMODCommand)#

Bases: object

Represents a CECMOD command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Constant

Gets the constant term of the equation.

FullName

FullName property.

Index

Gets the command index.

Name

Gets the command name.

Nce

Gets the constraint equation number.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Property detail#

property CECMODCommand.Constant: float | None#

Gets the constant term of the equation.

property CECMODCommand.FullName: str | None#

FullName property.

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.

property CECMODCommand.ToCdbCommandString: Ansys.ACT.Automation.Mechanical.FE.CDB.CdbCommandFormatAndParameter | None#

Gets the command text formatted as a CDB file entry. Gets the command parameters formatted as a string.

Method detail#

CECMODCommand.Equals(obj: Any) bool#

Equals method.

CECMODCommand.GetHashCode() int#

GetHashCode method.

CECMODCommand.GetType() type#

GetType method.

CECMODCommand.ToString() str#

ToString method.