CommandNodalLoad#

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

Bases: object

Represents an nodal load associated to an F BLOCK or D Block command.

Overview#

Dof

Gets the dof.

Node

Gets the node number.

ValueCount

Gets the number of values.

Values

Gets the values.

Property detail#

property CommandNodalLoad.Dof: str | None#

Gets the dof.

property CommandNodalLoad.Node: int | None#

Gets the node number.

property CommandNodalLoad.ValueCount: int | None#

Gets the number of values.

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

Gets the values.