|
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: 1.0.0.0 (1.0.0.0)
Syntaxpublic void split_elem(
int ind,
Model _feb_model,
List<ModelElement> elems
)
Public Sub split_elem (
ind As Integer,
_feb_model As Model,
elems As List(Of ModelElement)
)
public:
void split_elem(
int ind,
Model^ _feb_model,
List<ModelElement^>^ elems
)
member split_elem :
ind : int *
_feb_model : Model *
elems : List<ModelElement> -> unit
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