Skip to content

Commit

Permalink
Reword rigid/flexible sub-assembiles tooltip. Fixes: FreeCAD#17636
Browse files Browse the repository at this point in the history
  • Loading branch information
furgo16 authored Nov 3, 2024
1 parent 8865450 commit 02847d2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
<item row="4" column="0">
<widget class="Gui::PrefCheckBox" name="CheckBox_RigidSubAsm">
<property name="toolTip">
<string>If checked, the inserted sub-assemblies will not be flexible.
Rigid means that the sub-assembly will be considered as a solid.
Flexible means that the sub-assembly joints will be taken into account in the main assembly.
You can change this property of sub-assemblies at any time by right clicking them.</string>
<string>Sets whether the inserted sub-assemblies will be rigid or flexible.
Rigid means that the added sub-assembly will be considered as a solid unit within the parent assembly.
Flexible means that the added sub-assembly will allow movement of its individual components' joints within the parent assembly.
You can change this behavior at any time by editing the Rigid property of a given sub-assembly in the Property Editor.</string>
</property>
<property name="text">
<string>Rigid sub-assemblies</string>
Expand Down

0 comments on commit 02847d2

Please sign in to comment.