Click or drag to resize

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.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void split_elem(
	int ind,
	Model _feb_model,
	List<ModelElement> elems
)

Parameters

ind
Type: SystemInt32
model index of element to be split.
_feb_model
Type: Model
feb-model from where to synchronize the splits.
elems
Type: System.Collections.GenericListModelElement
list of elements of the model to be synchronized.
See Also