LocalCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.LocalCommand(iLocalCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.ILocalCommand)#

Bases: object

Represents a LOCAL command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Cstyp

Gets the system type.

FullName

FullName property.

Index

Gets the command index.

Name

Gets the command name.

Ncsy

Gets the system number.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Type

Gets the type of the data to be defined.

Values

Gets the values.

Property detail#

property LocalCommand.Cstyp: int | None#

Gets the system type.

property LocalCommand.FullName: str | None#

FullName property.

property LocalCommand.Index: int | None#

Gets the command index.

property LocalCommand.Name: str | None#

Gets the command name.

property LocalCommand.Ncsy: int | None#

Gets the system number.

property LocalCommand.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.

property LocalCommand.Type: str | None#

Gets the type of the data to be defined.

property LocalCommand.Values: tuple[float] | None#

Gets the values.

Method detail#

LocalCommand.Equals(obj: Any) bool#

Equals method.

LocalCommand.GetHashCode() int#

GetHashCode method.

LocalCommand.GetType() type#

GetType method.

LocalCommand.ToString() str#

ToString method.