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: 1.0.0.0 (1.0.0.0)
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