Click or drag to resize

ModelElementSetNodeInds Method

set the node indexes of the element

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

Parameters

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