IList<Int32> IMeshData.NodeIdsFromElementIds(IEnumerable<Int32> elements)
Returns the list of node ids associated to the given list of element ids.
Examples
Parameters
-
elements
Type: IEnumerable<Int32>
A list of element ids.
Return Value
Type: IList<Int32>
Returns the list of node ids.