    

 ## On this page

  

 

 # `NBlockCommand`

 Last update: 09.03.2026 

<a id="ansys.mechanical.stubs.v251.Ansys.ACT.Automation.Mechanical.FE.CDB.NBlockCommand"></a>

#### *class* Ansys.ACT.Automation.Mechanical.FE.CDB.NBlockCommand

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

Represents a NBLOCK command.

<a id="overview"></a>

## Overview

### Properties

NameDescription[`Index`](#NBlockCommand.Index)Gets the command index.[`Name`](#NBlockCommand.Name)Gets the command name.[`Nodes`](#NBlockCommand.Nodes)Gets the nodes.<a id="property-detail"></a>

## Property detail

<a id="NBlockCommand.Index"></a>

### *property* NBlockCommand.Index *: [int](https://docs.python.org/3/library/functions.html#int) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the command index.

<a id="NBlockCommand.Name"></a>

### *property* NBlockCommand.Name *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the command name.

<a id="NBlockCommand.Nodes"></a>

### *property* NBlockCommand.Nodes *: [tuple](https://docs.python.org/3/library/stdtypes.html#tuple)\[[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandNode](CommandNode.md#ansys.mechanical.stubs.v251.Ansys.ACT.Automation.Mechanical.FE.CDB.CommandNode)\] | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the nodes.