Callback: IEnumerable<Double> object.GetNodalValuesForDisplay(IUserLoad load, Int32[] nodeIds)

Called to get nodal values associated to the load.

Parameters

  • load
    Type: IUserLoad
    The load object.
  • nodeIds
    Type: Int32[]
    The node ids associated to the default scoping.

Return Value

Type: IEnumerable<Double>
An IEnumerable of Double containing the values for each id in nodeIds. The values have to be in the same order as nodeIds.