Skip to main content

Mechanical scripting interface 2025

`BFCommand`

Last update: 09.03.2026

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

Bases: object

Represents a BF command.

Overview

Properties

Name Description
Index Gets the command index.
Lab Gets the label.
Name Gets the command name.
Node Gets the node number.
ToCdbCommandString Gets the command text formatted as a CDB file entry.
ValCount Gets the number of values.
Values Gets the values.

Property detail

property BFCommand.Index : int | None

Gets the command index.

property BFCommand.Lab : str | None

Gets the label.

property BFCommand.Name : str | None

Gets the command name.

property BFCommand.Node : int | None

Gets the node number.

property BFCommand.ToCdbCommandString : Ansys.ACT.Automation.Mechanical.FE.CDB.CdbCommandFormatAndParameter | None

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

property BFCommand.ValCount : Any | None

Gets the number of values.

property BFCommand.Values : tuple[Any] | None

Gets the values.

Connect with Ansys