CommandNodalLoad Last update: 14.01.2025 class Ansys.ACT.Automation.Mechanical.FE.CDB.CommandNodalLoad Bases: object Represents an nodal load associated to an F BLOCK or D Block command. Overview Properties Name Description 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.