    

 ## On this page

  

 

 # `SFEBlockCommand`

 Last update: 09.03.2026 

<a id="ansys.mechanical.stubs.v252.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.[`Format`](#SFEBlockCommand.Format)Gets the Format.[`Index`](#SFEBlockCommand.Index)Gets the command index.[`IsDefinedFromTable`](#SFEBlockCommand.IsDefinedFromTable)Gets whether the values are defined using a table.[`Lab`](#SFEBlockCommand.Lab)Gets the surface load label.[`Name`](#SFEBlockCommand.Name)Gets the command name.[`ToCdbCommandString`](#SFEBlockCommand.ToCdbCommandString)Gets the command text formatted as a CDB file entry.<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.v252.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.Format"></a>

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

Gets the Format.

<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.IsDefinedFromTable"></a>

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

Gets whether the values are defined using a table.

<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.

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

### *property* SFEBlockCommand.ToCdbCommandString *: Ansys.ACT.Automation.Mechanical.FE.CDB.CdbCommandFormatAndParameter | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the command text formatted as a CDB file entry. Gets the command parameters formatted as a string.