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: 1.0.0.0 (1.0.0.0)
Syntax
public ModelBeam SetNodeInds(
	List<int> node_inds
)

Parameters

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

Return Value

Type: ModelBeam

[Missing <returns> documentation for "M:Karamba.Elements.ModelBeam.SetNodeInds(System.Collections.Generic.List{System.Int32})"]

See Also