Click or drag to resize

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)
Syntax
public Joint merge(
	Joint other
)

Parameters

other
Type: Karamba.JointsJoint
other joint to be merged with this; can be null.

Return Value

Type: Joint
merged joint.
See Also