DBlockCommand Last update: 14.01.2025 class Ansys.ACT.Automation.Mechanical.FE.CDB.DBlockCommand Bases: object Represents a DBlock command. Overview Properties Name Description Index Gets the command index. Name Gets the command name. NodalLoads Get the element surface loads. NodalLoadsCount Gets the number of element surface loads. Property detail property DBlockCommand.Index : int | None Gets the command index. property DBlockCommand.Name : str | None Gets the command name. property DBlockCommand.NodalLoads : tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandNodalLoad] | None Get the element surface loads. property DBlockCommand.NodalLoadsCount : int | None Gets the number of element surface loads.