|
Jointmerge Method
|
merge two joints. If there are conflicting stiffness properties for DOFs the smaller stiffness results.
Namespace:
Karamba.Joints
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Joint merge(
Joint other
)
Public Function merge (
other As Joint
) As Joint
public:
Joint^ merge(
Joint^ other
)
member merge :
other : Joint -> Joint
Parameters
- other
- Type: Karamba.JointsJoint
other joint to be merged with this; can be null.
Return Value
Type:
Jointmerged joint.
See Also