    

 ## On this page

  

 

 # `CommandLayer`

 Last update: 09.03.2026 

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

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

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

Represents a layer associated to a shell SECBLOCK command.

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

## Overview

### Properties

NameDescription[`Mat`](#CommandLayer.Mat)Gets the material number.[`Numpt`](#CommandLayer.Numpt)Gets the number of integration points in the layer.[`Theta`](#CommandLayer.Theta)Gets the layer orientation angle.[`Thick`](#CommandLayer.Thick)Gets the thickness.<a id="property-detail"></a>

## Property detail

<a id="CommandLayer.Mat"></a>

### *property* CommandLayer.Mat *: [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="CommandLayer.Numpt"></a>

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

Gets the number of integration points in the layer.

<a id="CommandLayer.Theta"></a>

### *property* CommandLayer.Theta *: [float](https://docs.python.org/3/library/functions.html#float) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the layer orientation angle.

<a id="CommandLayer.Thick"></a>

### *property* CommandLayer.Thick *: [float](https://docs.python.org/3/library/functions.html#float) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the thickness.