Files
RCBASIC4/doc/doc_files/setjointlimits.html
2026-02-26 15:33:51 -06:00

36 lines
752 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>SetJointLimits [RCBasic Doc] </title>
</head>
<body>
<p><h2>Sub SetJointLimits( joint_id, lower_limit, upper_limit) </h2></p>
<p>
Sets the minimum and maximum limits, restricting how far or how much rotation the connected bodies can move relative to each other.
</p>
<p>
Used with
</p>
<ul>
<li>
Prismatic Joint
</li>
<li>
Revolute Joint
</li>
<li>
Wheel Joint
</li>
</ul>
<br><p>Related:
<a href="getjointlowerlimit.html">GetJointLowerLimit</a>
<a href="getjointupperlimit.html">GetJointUpperLimit</a>
</p>
<p>
</p>
</body>
</html>