BFBlockCommand#

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

Bases: object

Represents a BFBLOCK command.

Overview#

Lab

Gets the label.

NodalBodyForceCount

Gets the number of nodal body-force loads.

NodalBodyForces

Gets the nodal body-force loads.

Name

Gets the command name.

Index

Gets the command index.

Property detail#

property BFBlockCommand.Lab: System.String | None

Gets the label.

property BFBlockCommand.NodalBodyForceCount: System.Int32 | None

Gets the number of nodal body-force loads.

property BFBlockCommand.NodalBodyForces: System.Collections.Generic.IReadOnlyList[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandNodalBodyForce] | None

Gets the nodal body-force loads.

property BFBlockCommand.Name: System.String | None

Gets the command name.

property BFBlockCommand.Index: System.UInt32 | None

Gets the command index.