    

 ## On this page

  

 

 # `CommandCell`

 Last update: 16.07.2025 

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

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

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

Represents cell data associated to a beam SECBLOCK command.

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

## Overview

### Properties

NameDescription[`MatId`](#CommandCell.MatId)Gets the material number.[`Nodes`](#CommandCell.Nodes)Gets the nodes.<a id="property-detail"></a>

## Property detail

<a id="CommandCell.MatId"></a>

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

Gets the material number.

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

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

Gets the nodes.