    

 ## On this page

  

 

 # `CommandNode`

 Last update: 09.03.2026 

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

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

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

Represents a node associated to a NBLOCK command.

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

## Overview

### Properties

NameDescription[`Id`](#CommandNode.Id)Gets the node number.[`Location`](#CommandNode.Location)Gets the coordinates.[`Rotation`](#CommandNode.Rotation)Gets the rotation angles.<a id="property-detail"></a>

## Property detail

<a id="CommandNode.Id"></a>

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

Gets the node number.

<a id="CommandNode.Location"></a>

### *property* CommandNode.Location *: [tuple](https://docs.python.org/3/library/stdtypes.html#tuple)\[[float](https://docs.python.org/3/library/functions.html#float)\] | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the coordinates.

<a id="CommandNode.Rotation"></a>

### *property* CommandNode.Rotation *: [tuple](https://docs.python.org/3/library/stdtypes.html#tuple)\[[float](https://docs.python.org/3/library/functions.html#float)\] | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the rotation angles.