BFEBlockCommand#

class ansys.mechanical.stubs.v252.Ansys.ACT.Automation.Mechanical.FE.CDB.BFEBlockCommand#

Bases: object

Represents a BFEBLOCK command.

Overview#

ElementBodyForceCount

Gets the number of element body-force loads.

ElementBodyForces

Gets the element body-force loads.

Format

Gets the format.

Index

Gets the command index.

IsDefinedFromTable

Gets whether the values are defined using a table.

Lab

Gets the label.

Name

Gets the command name.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Property detail#

property BFEBlockCommand.ElementBodyForceCount: int | None#

Gets the number of element body-force loads.

property BFEBlockCommand.ElementBodyForces: tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandElementBodyForce] | None#

Gets the element body-force loads.

property BFEBlockCommand.Format: str | None#

Gets the format.

property BFEBlockCommand.Index: int | None#

Gets the command index.

property BFEBlockCommand.IsDefinedFromTable: bool | None#

Gets whether the values are defined using a table.

property BFEBlockCommand.Lab: str | None#

Gets the label.

property BFEBlockCommand.Name: str | None#

Gets the command name.

property BFEBlockCommand.ToCdbCommandString: Ansys.ACT.Automation.Mechanical.FE.CDB.CdbCommandFormatAndParameter | None#

Gets the command text formatted as a CDB file entry. Gets the command parameters formatted as a string.