`BFECommand`
Last update: 16.07.2025class Ansys.ACT.Automation.Mechanical.FE.CDB.BFECommand
Bases: object
Represents a BFE command.
Overview
Properties
| Name | Description |
|---|---|
Elem |
Gets the element number. |
Index |
Gets the command index. |
Lab |
Gets the label. |
Name |
Gets the command name. |
Stloc |
Gets the starting location. |
ValCount |
Gets the number of values. |
Values |
Gets the values. |
Property detail
property BFECommand.Elem : int | None
Gets the element number.
property BFECommand.Index : int | None
Gets the command index.
property BFECommand.Lab : str | None
Gets the label.
property BFECommand.Name : str | None
Gets the command name.
property BFECommand.Stloc : int | None
Gets the starting location.
property BFECommand.ValCount : Any | None
Gets the number of values.
property BFECommand.Values : tuple[Any] | None
Gets the values.