ModelTruss(Int32, BuilderBeam, IReadOnlyListInt32, ListNode) Constructor

Initializes a new instance of the ModelTruss class. construct truss from a beam builder.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public ModelTruss(
	int ind,
	BuilderBeam builder_beam,
	IReadOnlyList<int> node_inds,
	List<Node> nodes
)

Parameters

ind  Int32
index of the truss.
builder_beam  BuilderBeam
builder for a straight-line element.
node_inds  IReadOnlyListInt32
node indexes of the element's end-points.
nodes  ListNode
all nodes of the model.

See Also