NBlockCommand#

class ansys.mechanical.stubs.v242.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.

Index

Gets the command index.

Name

Gets the command name.

Nodes

Gets the nodes.

Property detail#

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.

Method detail#

NBlockCommand.Equals(obj: Any) bool#

Equals method.

NBlockCommand.GetHashCode() int#

GetHashCode method.

NBlockCommand.GetType() type#

GetType method.

NBlockCommand.ToString() str#

ToString method.