ModelElementset_fe_and_model_index Method

set the element and fe_element index.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public void set_fe_and_model_index(
	int mo_ind,
	int fe_ind
)

Parameters

mo_ind  Int32
model-index of the element.
fe_ind  Int32
fe-index of the element.

See Also