Set the maximum lengths of the rope segments.

The physics module also imposes maximum values for the rope segments. If the parameters exceed these values, the maximum values are set instead of the requested values.
== Function ==
=== Synopsis ===
<source lang="lua">
PulleyJoint:setMaxLengths( max1, max2 )
</source>
=== Arguments ===
{{param|number|max1|The new maximum length of the first segment.}}
{{param|number|max2|The new maximum length of the second segment.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::PulleyJoint]]
[[Category:Functions]]
{{#set:Description=Set the maximum lengths of the rope segments.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|PulleyJoint:setMaxLengths}}