NBlockCommand#

class ansys.mechanical.stubs.v252.Ansys.ACT.Automation.Mechanical.FE.CDB.NBlockCommand#

Bases: object

Represents a NBLOCK command.

Overview#

Format

Gets the Format.

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