Skip to main content

Mechanical scripting interface

BFBlockCommand

Last update: 14.01.2025

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