BFEBlockCommand#

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

Bases: object

Represents a BFEBLOCK command.

Overview#

Lab

Gets the label.

ElementBodyForceCount

Gets the number of element body-force loads.

ElementBodyForces

Gets the element body-force loads.

Name

Gets the command name.

Index

Gets the command index.

Property detail#

property BFEBlockCommand.Lab: System.String | None

Gets the label.

property BFEBlockCommand.ElementBodyForceCount: System.Int32 | None

Gets the number of element body-force loads.

property BFEBlockCommand.ElementBodyForces: System.Collections.Generic.IReadOnlyList[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandElementBodyForce] | None

Gets the element body-force loads.

property BFEBlockCommand.Name: System.String | None

Gets the command name.

property BFEBlockCommand.Index: System.UInt32 | None

Gets the command index.