CommandNodalBodyForce#

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

Bases: object

Represents a nodal body force associated to a BFBLOCK command.

Overview#

Node

Gets the node number.

ValCount

Gets the number of values.

Values

Gets the values.

Property detail#

property CommandNodalBodyForce.Node: int | None#

Gets the node number.

property CommandNodalBodyForce.ValCount: int | None#

Gets the number of values.

property CommandNodalBodyForce.Values: tuple[Any] | None#

Gets the values.