The generic 6 degrees of freedom joint can implement a variety of joint-types by locking certain axes' rotation or translation. The first 3 dof axes are linear axes, which represent translation of Bodies, and the latter 3 dof axes represent the angular motion. Each axis can be either locked, or limited. The amount of rotational damping across the x-axis. The lower, the longer an impulse from one side takes to travel to the other side. If [code]true[/code] rotation across the x-axis is enabled. When rotating across x-axis, this error tolerance factor defines how much the correction gets slowed down. The lower, the slower. The maximum amount of force that can occur, when rotating arround x-axis. The minimum rotation in negative direction to break loose and rotate arround the x-axis. The amount of rotational restitution across the x-axis. The lower, the more restitution occurs. The speed of all rotations across the x-axis. The minimum rotation in positive direction to break loose and rotate arround the x-axis. The amount of rotational damping across the y-axis. The lower, the more dampening occurs. If [code]true[/code] rotation across the y-axis is enabled. When rotating across y-axis, this error tolerance factor defines how much the correction gets slowed down. The lower, the slower. The maximum amount of force that can occur, when rotating arround y-axis. The minimum rotation in negative direction to break loose and rotate arround the y-axis. The amount of rotational restitution across the y-axis. The lower, the more restitution occurs. The speed of all rotations across the y-axis. The minimum rotation in positive direction to break loose and rotate arround the y-axis. The amount of rotational damping across the z-axis. The lower, the more dampening occurs. If [code]true[/code] rotation across the z-axis is enabled. When rotating across z-axis, this error tolerance factor defines how much the correction gets slowed down. The lower, the slower. The maximum amount of force that can occur, when rotating arround z-axis. The minimum rotation in negative direction to break loose and rotate arround the z-axis. The amount of rotational restitution across the z-axis. The lower, the more restitution occurs. The speed of all rotations across the z-axis. The minimum rotation in positive direction to break loose and rotate arround the z-axis. If [code]true[/code] a rotating motor at the x-axis is enabled. Maximum acceleration for the motor at the x-axis. Target speed for the motor at the x-axis. If [code]true[/code] a rotating motor at the y-axis is enabled. Maximum acceleration for the motor at the y-axis. Target speed for the motor at the y-axis. If [code]true[/code] a rotating motor at the z-axis is enabled. Maximum acceleration for the motor at the z-axis. Target speed for the motor at the z-axis. The amount of damping that happens at the x-motion. If [code]true[/code] the linear motion across the x-axis is enabled. The minimum difference between the pivot points' x-axis. The amount of restitution on the x-axis movement The lower, the more momentum gets lost. A factor applied to the movement across the x-axis The lower, the slower the movement. The maximum difference between the pivot points' x-axis. The amount of damping that happens at the y-motion. If [code]true[/code] the linear motion across the y-axis is enabled. The minimum difference between the pivot points' y-axis. The amount of restitution on the y-axis movement The lower, the more momentum gets lost. A factor applied to the movement across the y-axis The lower, the slower the movement. The maximum difference between the pivot points' y-axis. The amount of damping that happens at the z-motion. If [code]true[/code] the linear motion across the z-axis is enabled. The minimum difference between the pivot points' z-axis. The amount of restitution on the z-axis movement The lower, the more momentum gets lost. A factor applied to the movement across the z-axis The lower, the slower the movement. The maximum difference between the pivot points' z-axis. The minimum difference between the pivot points' axes. The maximum difference between the pivot points' axes. A factor applied to the movement across the axes The lower, the slower the movement. The amount of restitution on the axes movement The lower, the more momentum gets lost. The amount of damping that happens at the linear motion across the axes. The minimum rotation in negative direction to break loose and rotate arround the axes. The minimum rotation in positive direction to break loose and rotate arround the axes. The speed of all rotations across the axes. The amount of rotational damping across the axes. The lower, the more dampening occurs. The amount of rotational restitution across the axes. The lower, the more restitution occurs. The maximum amount of force that can occur, when rotating arround the axes. When rotating across the axes, this error tolerance factor defines how much the correction gets slowed down. The lower, the slower. Target speed for the motor at the axes. Maximum acceleration for the motor at the axes. End flag of PARAM_* constants, used internally. If [code]set[/code] there is linear motion possible within the given limits. If [code]set[/code] there is rotational motion possible. If [code]set[/code] there is a rotational motor across these axes. End flag of FLAG_* constants, used internally.