IList<Int32> IMeshData.ElementIdsFromNodeIds(IEnumerable<Int32> nodes)

Returns the list of element ids associated to the given list of node ids.

Parameters

  • nodes
    Type: IEnumerable<Int32>
    A list of node ids.

Return Value

Type: IList<Int32>
Returns the list of element ids.