NBlockCommand Last update: 14.01.2025 class Ansys.ACT.Automation.Mechanical.FE.CDB.NBlockCommand Bases: object Represents a NBLOCK command. Overview Properties Name Description 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.