`BFBlockCommand`
Last update: 16.07.2025class Ansys.ACT.Automation.Mechanical.FE.CDB.BFBlockCommand
Bases: object
Represents a BFBLOCK command.
Overview
Properties
| Name | Description |
|---|---|
Index |
Gets the command index. |
Lab |
Gets the label. |
Name |
Gets the command name. |
NodalBodyForceCount |
Gets the number of nodal body-force loads. |
NodalBodyForces |
Gets the nodal body-force loads. |
Property detail
property BFBlockCommand.Index : int | None
Gets the command index.
property BFBlockCommand.Lab : str | None
Gets the label.
property BFBlockCommand.Name : str | None
Gets the command name.
property BFBlockCommand.NodalBodyForceCount : int | None
Gets the number of nodal body-force loads.
property BFBlockCommand.NodalBodyForces : tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandNodalBodyForce] | None
Gets the nodal body-force loads.