|
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)
Syntaxpublic void addTo(
ModelElement elem
)
Public Sub addTo (
elem As ModelElement
)
public:
void addTo(
ModelElement^ elem
)
member addTo :
elem : ModelElement -> unit
Parameters
- elem
- Type: Karamba.ElementsModelElement
Element where to attach the joint.
See Also