    

 ## On this page

  

 

 # `BFEBlockCommand`

 Last update: 09.03.2026 

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

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

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

Represents a BFEBLOCK command.

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

## Overview

### Properties

NameDescription[`ElementBodyForceCount`](#BFEBlockCommand.ElementBodyForceCount)Gets the number of element body-force loads.[`ElementBodyForces`](#BFEBlockCommand.ElementBodyForces)Gets the element body-force loads.[`Index`](#BFEBlockCommand.Index)Gets the command index.[`Lab`](#BFEBlockCommand.Lab)Gets the label.[`Name`](#BFEBlockCommand.Name)Gets the command name.<a id="property-detail"></a>

## Property detail

<a id="BFEBlockCommand.ElementBodyForceCount"></a>

### *property* BFEBlockCommand.ElementBodyForceCount *: [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 body-force loads.

<a id="BFEBlockCommand.ElementBodyForces"></a>

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

Gets the element body-force loads.

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

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

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

Gets the label.

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

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