BFCommand#

class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.FE.CDB.BFCommand#

Bases: object

Represents a BF command.

Overview#

Node

Gets the node number.

Lab

Gets the label.

ValCount

Gets the number of values.

Values

Gets the values.

Name

Gets the command name.

Index

Gets the command index.

Property detail#

property BFCommand.Node: System.Int32 | None

Gets the node number.

property BFCommand.Lab: System.String | None

Gets the label.

property BFCommand.ValCount: System.Object | None

Gets the number of values.

property BFCommand.Values: System.Collections.Generic.IReadOnlyList[System.Object] | None

Gets the values.

property BFCommand.Name: System.String | None

Gets the command name.

property BFCommand.Index: System.UInt32 | None

Gets the command index.