BFCommand# class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.FE.CDB.BFCommand(iBFCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.IBFCommand)# Bases: object Represents a BF command. Overview# Methods Equals Equals method. GetHashCode GetHashCode method. GetType GetType method. ToString ToString method. Properties 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. Method detail# BFCommand.Equals(obj: Any) → bool# Equals method. BFCommand.GetHashCode() → int# GetHashCode method. BFCommand.GetType() → type# GetType method. BFCommand.ToString() → str# ToString method.