NBlockCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.NBlockCommand(iNBlockCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.INBlockCommand)#

Bases: object

Represents a NBLOCK command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Format

Gets the Format.

FullName

FullName property.

Index

Gets the command index.

Name

Gets the command name.

Nodes

Gets the nodes.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Property detail#

property NBlockCommand.Format: str | None#

Gets the Format.

property NBlockCommand.FullName: str | None#

FullName property.

property NBlockCommand.Index: int | None#

Gets the command index.

property NBlockCommand.Name: str | None#

Gets the command name.

property NBlockCommand.Nodes: tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandNode] | None#

Gets the nodes.

property NBlockCommand.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#

NBlockCommand.Equals(obj: Any) bool#

Equals method.

NBlockCommand.GetHashCode() int#

GetHashCode method.

NBlockCommand.GetType() type#

GetType method.

NBlockCommand.ToString() str#

ToString method.