Click or drag to resize

JointaddTo Method (ModelElement)

Attaches this joint to an elements.

Namespace:  Karamba.Joints
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void addTo(
	ModelElement elem
)

Parameters

elem
Type: Karamba.ElementsModelElement
Element where to attach the joint.
See Also