Click or drag to resize

JointaddTo Method (ListModelElement, IdMapper)

attach this joint to elements.

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

Parameters

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