Skip to main content

Mechanical scripting interface

BFEBlockCommand

Last update: 14.01.2025

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

Bases: object

Represents a BFEBLOCK command.

Overview

Properties

Name Description
ElementBodyForceCount Gets the number of element body-force loads.
ElementBodyForces Gets the element body-force loads.
Index Gets the command index.
Lab Gets the label.
Name Gets the command name.

Property detail

property BFEBlockCommand.ElementBodyForceCount : int | None

Gets the number of element body-force loads.

property BFEBlockCommand.ElementBodyForces : tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandElementBodyForce] | None

Gets the element body-force loads.

property BFEBlockCommand.Index : int | None

Gets the command index.

property BFEBlockCommand.Lab : str | None

Gets the label.

property BFEBlockCommand.Name : str | None

Gets the command name.