Click or drag to resize

JointaddTo Method (ListModelElement, ItemSelector)

attach this joint to elements

Namespace:  Karamba.Joints
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void addTo(
	List<ModelElement> elems,
	ItemSelector elem_id2ind
)

Parameters

elems
Type: System.Collections.GenericListModelElement
all elements of the model
elem_id2ind
Type: Karamba.ElementsItemSelector
dictionary which maps element identifiers to element indexes
See Also