    

 ## On this page

  

 

 # `SFEBlockCommand`

 Last update: 16.07.2025 

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

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

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

Represents a SFEBLOCK command.

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

## Overview

### Properties

NameDescription[`ElementSurfaceLoadCount`](#SFEBlockCommand.ElementSurfaceLoadCount)Gets the number of element surface loads.[`ElementSurfaceLoads`](#SFEBlockCommand.ElementSurfaceLoads)Get the element surface loads.[`Index`](#SFEBlockCommand.Index)Gets the command index.[`Lab`](#SFEBlockCommand.Lab)Gets the surface load label.[`Name`](#SFEBlockCommand.Name)Gets the command name.<a id="property-detail"></a>

## Property detail

<a id="SFEBlockCommand.ElementSurfaceLoadCount"></a>

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

Gets the number of element surface loads.

<a id="SFEBlockCommand.ElementSurfaceLoads"></a>

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

Get the element surface loads.

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

### *property* SFEBlockCommand.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="SFEBlockCommand.Lab"></a>

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

Gets the surface load label.

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

### *property* SFEBlockCommand.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.