Merge pull request #9493 from chennes/pathUnifyBoundingBoxTerminology

Path: Unify use of 'bounding box' terminology
This commit is contained in:
Chris Hennes
2023-05-06 09:38:21 -05:00
committed by GitHub
8 changed files with 18 additions and 18 deletions

File diff suppressed because one or more lines are too long

View File

@@ -52,7 +52,7 @@
</item>
<item>
<property name="text">
<string>Extend Model's Bound Box</string>
<string>Extend Model's Bounding Box</string>
</property>
</item>
<item>
@@ -104,7 +104,7 @@
<item row="0" column="2">
<widget class="Gui::InputField" name="stockExtXneg">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Extension of BoundBox's MinX.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Extension of bounding box's MinX.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
@@ -117,7 +117,7 @@
</sizepolicy>
</property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Extension of BoundBox's MaxX.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Extension of bounding box's MaxX.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
@@ -131,14 +131,14 @@
<item row="1" column="2">
<widget class="Gui::InputField" name="stockExtYneg">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Extension of BoundBox's MinY.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Extension of bounding box's MinY.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="Gui::InputField" name="stockExtYpos">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Extension of BoundBox's MaxY.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Extension of bounding box's MaxY.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
@@ -152,14 +152,14 @@
<item row="2" column="2">
<widget class="Gui::InputField" name="stockExtZneg">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Extension of BoundBox's MinZ.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Extension of bounding box's MinZ.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
<item row="2" column="3">
<widget class="Gui::InputField" name="stockExtZpos">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Extension of BoundBox's MaxZ.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Extension of bounding box's MaxZ.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>

View File

@@ -99,7 +99,7 @@
</item>
<item>
<property name="text">
<string>Center of BoundBox</string>
<string>Center of Bounding Box</string>
</property>
</item>
<item>
@@ -171,7 +171,7 @@
</item>
<item>
<property name="text">
<string>Center of BoundBox</string>
<string>Center of Bounding Box</string>
</property>
</item>
<item>

View File

@@ -60,7 +60,7 @@
<item row="0" column="0">
<widget class="QLabel" name="boundBoxSelect_label">
<property name="text">
<string>BoundBox</string>
<string>Bounding Box</string>
</property>
</widget>
</item>
@@ -144,7 +144,7 @@
<item row="6" column="0">
<widget class="QLabel" name="boundBoxExtraOffset_label">
<property name="text">
<string>BoundBox extra offset X, Y</string>
<string>Bounding box extra offset X, Y</string>
</property>
</widget>
</item>

View File

@@ -76,7 +76,7 @@
</sizepolicy>
</property>
<property name="text">
<string>BoundBox</string>
<string>Bounding Box</string>
</property>
</widget>
</item>

View File

@@ -448,7 +448,7 @@
</item>
<item>
<property name="text">
<string>Extend Model's Bound Box</string>
<string>Extend Model's Bounding Box</string>
</property>
</item>
<item>

View File

@@ -372,7 +372,7 @@
</item>
<item>
<property name="text">
<string>Extend Model's Bound Box</string>
<string>Extend Model's Bounding Box</string>
</property>
</item>
</widget>

View File

@@ -265,7 +265,7 @@ class ObjectSlot(PathOp.ObjectOp):
"Reference1": [
(translate("Path_Slot", "Center of Mass"), "Center of Mass"),
(
translate("Path_Slot", "Center of BoundBox"),
translate("Path_Slot", "Center of Bounding Box"),
"Center of BoundBox",
),
(translate("Path_Slot", "Lowest Point"), "Lowest Point"),
@@ -277,7 +277,7 @@ class ObjectSlot(PathOp.ObjectOp):
"Reference2": [
(translate("Path_Slot", "Center of Mass"), "Center of Mass"),
(
translate("Path_Slot", "Center of BoundBox"),
translate("Path_Slot", "Center of Bounding Box"),
"Center of BoundBox",
),
(translate("Path_Slot", "Lowest Point"), "Lowest Point"),