Click or drag to resize

JointaddTo Method (ModelBeam, Model, ListNode)

adds joints to the the endpoints of a beam.

Namespace:  Karamba.Joints
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void addTo(
	ModelBeam beam,
	Model fe_model,
	List<Node> fem_nodes
)

Parameters

beam
Type: Karamba.ElementsModelBeam
beam where joints shall be added.
fe_model
Type: Model
feb-model where joint shall be added.
fem_nodes
Type: System.Collections.GenericListNode
list of nodes in the feb-model.
See Also