Click or drag to resize

ModelBeamSetNodeInds Method (ListInt32)

Set the node indices of a beam or truss.

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

Parameters

node_inds
Type: System.Collections.GenericListInt32
list of new node indices.

Return Value

Type: ModelBeam
New ModelBeam with node-indexes changed.
See Also