ModelElementsplit_elem Method

The element with index ind is the seed of an element split. Make all splits in the model that are necessary so that feb-model and model are synchronized.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public void split_elem(
	int ind,
	Model _feb_model,
	List<ModelElement> elems,
	IdMapper idMapper
)

Parameters

ind  Int32
model index of element to be split.
_feb_model  Model
feb-model from where to synchronize the splits.
elems  ListModelElement
list of elements of the model to be synchronized.
idMapper  IdMapper
Maps element identifiers to elements.

See Also