Click or drag to resize

ModelElementSetNodeInds Method

set the node indexes of the element.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void SetNodeInds(
	IReadOnlyList<int> node_inds
)

Parameters

node_inds
Type: System.Collections.GenericIReadOnlyListInt32
new node indexes.
See Also