Click or drag to resize

ModelBuilderNodeIndToElemInds Method

Creates a mapping from node index to element indices.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static Dictionary<int, List<int>> NodeIndToElemInds(
	List<ModelElement> elems
)

Parameters

elems
Type: System.Collections.GenericListModelElement
List of elements.

Return Value

Type: DictionaryInt32, ListInt32
Mapping from node index to element indices.
See Also