BFECommand#

class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.FE.CDB.BFECommand#

Bases: object

Represents a BFE command.

Overview#

Elem

Gets the element number.

Lab

Gets the label.

Stloc

Gets the starting location.

ValCount

Gets the number of values.

Values

Gets the values.

Name

Gets the command name.

Index

Gets the command index.

Property detail#

property BFECommand.Elem: System.Int32 | None

Gets the element number.

property BFECommand.Lab: System.String | None

Gets the label.

property BFECommand.Stloc: System.Int32 | None

Gets the starting location.

property BFECommand.ValCount: System.Object | None

Gets the number of values.

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

Gets the values.

property BFECommand.Name: System.String | None

Gets the command name.

property BFECommand.Index: System.UInt32 | None

Gets the command index.