Assembly: Fix : Reversing Distance Joint Moves Grounded Part #12457

This commit is contained in:
PaddleStroke
2024-02-21 07:47:34 +01:00
committed by Yorik van Havre
parent 2d06d7d7d4
commit bf0146ca86
3 changed files with 69 additions and 13 deletions

View File

@@ -73,6 +73,35 @@
</UserDocu>
</Documentation>
</Methode>
<Methode Name="isJointConnectingPartToGround">
<Documentation>
<UserDocu>
Check if a joint is connecting a part to the ground.
isJointConnectingPartToGround(joint, propName) -> bool
Args:
- joint: document object of the joint to check.
- propName: string 'Part1' or 'Part2' of the joint.
Returns: True if part is connected to ground
</UserDocu>
</Documentation>
</Methode>
<Methode Name="isPartGrounded">
<Documentation>
<UserDocu>
Check if a part has a grounded joint.
isPartGrounded(obj) -> bool
Args:
- obj: document object of the part to check.
Returns: True if part has grounded joint
</UserDocu>
</Documentation>
</Methode>
<Methode Name="exportAsASMT">
<Documentation>
<UserDocu>