Click or drag to resize

ModelTruss Constructor

construct truss from a beam builder

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ModelTruss(
	int ind,
	BuilderBeam builder_beam,
	IReadOnlyList<int> node_inds,
	List<Node> nodes
)

Parameters

ind
Type: SystemInt32
index of the truss
builder_beam
Type: Karamba.ElementsBuilderBeam
builder for a straight-line element
node_inds
Type: System.Collections.GenericIReadOnlyListInt32
node indexes of the element's end-points
nodes
Type: System.Collections.GenericListNode
all nodes of the model
See Also