CommandElementBodyForce Last update: 14.01.2025 class Ansys.ACT.Automation.Mechanical.FE.CDB.CommandElementBodyForce Bases: object Represents element body-force loads associated to BFEBLOCK command. Overview Properties Name Description Count Gets the number of element body-force loads. Elem Gets the element number. Stlocs Gets the starting locations. Values Gets the values. Property detail property CommandElementBodyForce.Count : int | None Gets the number of element body-force loads. property CommandElementBodyForce.Elem : int | None Gets the element number. property CommandElementBodyForce.Stlocs : tuple[int] | None Gets the starting locations. property CommandElementBodyForce.Values : tuple[Any] | None Gets the values.