Click or drag to resize

ModelElementset_fe_and_model_index Method

set the element and fe_element index

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void set_fe_and_model_index(
	int mo_ind,
	int fe_ind
)

Parameters

mo_ind
Type: SystemInt32
model-index of the element
fe_ind
Type: SystemInt32
fe-index of the element
See Also