`BFCommand`
Last update: 16.07.2025class 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. |
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.ValCount : Any | None
Gets the number of values.
property BFCommand.Values : tuple[Any] | None
Gets the values.