NCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.NCommand(iNCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.INCommand)#

Bases: object

Represents a N command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

FullName

FullName property.

Index

Gets the command index.

Name

Gets the command name.

Node

Gets the node 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 NCommand.FullName: str | None#

FullName property.

property NCommand.Index: int | None#

Gets the command index.

property NCommand.Name: str | None#

Gets the command name.

property NCommand.Node: int | None#

Gets the node number.

property NCommand.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 NCommand.Type: str | None#

Gets the type of the data to be defined.

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

Gets the values.

Method detail#

NCommand.Equals(obj: Any) bool#

Equals method.

NCommand.GetHashCode() int#

GetHashCode method.

NCommand.GetType() type#

GetType method.

NCommand.ToString() str#

ToString method.