From 15632cbd3edb519d584edfef2a22b23a2e54a266 Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Sat, 6 May 2023 08:57:53 -0500 Subject: [PATCH] Path: Unify use of 'bounding box' terminology --- .../Gui/Resources/panels/DlgJobTemplateExport.ui | 4 ++-- .../Gui/Resources/panels/DressupPathBoundary.ui | 14 +++++++------- .../Path/Gui/Resources/panels/PageOpSlotEdit.ui | 4 ++-- .../Path/Gui/Resources/panels/PageOpSurfaceEdit.ui | 4 ++-- .../Gui/Resources/panels/PageOpWaterlineEdit.ui | 2 +- src/Mod/Path/Gui/Resources/panels/PathEdit.ui | 2 +- src/Mod/Path/Gui/Resources/preferences/PathJob.ui | 2 +- src/Mod/Path/Path/Op/Slot.py | 4 ++-- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/Mod/Path/Gui/Resources/panels/DlgJobTemplateExport.ui b/src/Mod/Path/Gui/Resources/panels/DlgJobTemplateExport.ui index 373768eaf4..d1d05acd9b 100644 --- a/src/Mod/Path/Gui/Resources/panels/DlgJobTemplateExport.ui +++ b/src/Mod/Path/Gui/Resources/panels/DlgJobTemplateExport.ui @@ -138,7 +138,7 @@ - <html><head/><body><p>If enabled the creation of stock is included in the template. If a template does not include a stock definition the default stock creation algorithm will be used (creation from the Base object's bound box).</p><p>This option is most useful if stock is a box or cylinder, or if the machine has a standard placement for machining.</p><p>Note that this option is disabled if a stock object from an existing solid is used in the job - they cannot be stored in a template.</p></body></html> + <html><head/><body><p>If enabled the creation of stock is included in the template. If a template does not include a stock definition the default stock creation algorithm will be used (creation from the Base object's bounding box).</p><p>This option is most useful if stock is a box or cylinder, or if the machine has a standard placement for machining.</p><p>Note that this option is disabled if a stock object from an existing solid is used in the job - they cannot be stored in a template.</p></body></html> Stock @@ -150,7 +150,7 @@ - <html><head/><body><p>If enabled the current size settings for the stock object are included in the template.</p><p>For Box and Cylinder stocks this means the actual size of the stock solid being created.</p><p>For stock from the Base object's bound box it means the extra material in all directions. A stock object created from such a template will get its basic size from the new job's Base object and apply the stored extra settings.</p></body></html> + <html><head/><body><p>If enabled the current size settings for the stock object are included in the template.</p><p>For Box and Cylinder stocks this means the actual size of the stock solid being created.</p><p>For stock from the Base object's bounding box it means the extra material in all directions. A stock object created from such a template will get its basic size from the new job's Base object and apply the stored extra settings.</p></body></html> Extent diff --git a/src/Mod/Path/Gui/Resources/panels/DressupPathBoundary.ui b/src/Mod/Path/Gui/Resources/panels/DressupPathBoundary.ui index 90ccfe95b4..f1e58324e2 100644 --- a/src/Mod/Path/Gui/Resources/panels/DressupPathBoundary.ui +++ b/src/Mod/Path/Gui/Resources/panels/DressupPathBoundary.ui @@ -52,7 +52,7 @@ - Extend Model's Bound Box + Extend Model's Bounding Box @@ -104,7 +104,7 @@ - <html><head/><body><p>Extension of BoundBox's MinX.</p></body></html> + <html><head/><body><p>Extension of bounding box's MinX.</p></body></html> @@ -117,7 +117,7 @@ - <html><head/><body><p>Extension of BoundBox's MaxX.</p></body></html> + <html><head/><body><p>Extension of bounding box's MaxX.</p></body></html> @@ -131,14 +131,14 @@ - <html><head/><body><p>Extension of BoundBox's MinY.</p></body></html> + <html><head/><body><p>Extension of bounding box's MinY.</p></body></html> - <html><head/><body><p>Extension of BoundBox's MaxY.</p></body></html> + <html><head/><body><p>Extension of bounding box's MaxY.</p></body></html> @@ -152,14 +152,14 @@ - <html><head/><body><p>Extension of BoundBox's MinZ.</p></body></html> + <html><head/><body><p>Extension of bounding box's MinZ.</p></body></html> - <html><head/><body><p>Extension of BoundBox's MaxZ.</p></body></html> + <html><head/><body><p>Extension of bounding box's MaxZ.</p></body></html> diff --git a/src/Mod/Path/Gui/Resources/panels/PageOpSlotEdit.ui b/src/Mod/Path/Gui/Resources/panels/PageOpSlotEdit.ui index a4d13b4dca..24513ffc30 100644 --- a/src/Mod/Path/Gui/Resources/panels/PageOpSlotEdit.ui +++ b/src/Mod/Path/Gui/Resources/panels/PageOpSlotEdit.ui @@ -99,7 +99,7 @@ - Center of BoundBox + Center of Bounding Box @@ -171,7 +171,7 @@ - Center of BoundBox + Center of Bounding Box diff --git a/src/Mod/Path/Gui/Resources/panels/PageOpSurfaceEdit.ui b/src/Mod/Path/Gui/Resources/panels/PageOpSurfaceEdit.ui index 217e2127a3..b7f22db86e 100644 --- a/src/Mod/Path/Gui/Resources/panels/PageOpSurfaceEdit.ui +++ b/src/Mod/Path/Gui/Resources/panels/PageOpSurfaceEdit.ui @@ -60,7 +60,7 @@ - BoundBox + Bounding Box @@ -144,7 +144,7 @@ - BoundBox extra offset X, Y + Bounding box extra offset X, Y diff --git a/src/Mod/Path/Gui/Resources/panels/PageOpWaterlineEdit.ui b/src/Mod/Path/Gui/Resources/panels/PageOpWaterlineEdit.ui index 5561defa8a..281899d872 100644 --- a/src/Mod/Path/Gui/Resources/panels/PageOpWaterlineEdit.ui +++ b/src/Mod/Path/Gui/Resources/panels/PageOpWaterlineEdit.ui @@ -76,7 +76,7 @@ - BoundBox + Bounding Box diff --git a/src/Mod/Path/Gui/Resources/panels/PathEdit.ui b/src/Mod/Path/Gui/Resources/panels/PathEdit.ui index 1b6d6910a7..5c244c39de 100644 --- a/src/Mod/Path/Gui/Resources/panels/PathEdit.ui +++ b/src/Mod/Path/Gui/Resources/panels/PathEdit.ui @@ -448,7 +448,7 @@ - Extend Model's Bound Box + Extend Model's Bounding Box diff --git a/src/Mod/Path/Gui/Resources/preferences/PathJob.ui b/src/Mod/Path/Gui/Resources/preferences/PathJob.ui index 47c9c8b624..3db2580fc0 100644 --- a/src/Mod/Path/Gui/Resources/preferences/PathJob.ui +++ b/src/Mod/Path/Gui/Resources/preferences/PathJob.ui @@ -372,7 +372,7 @@ - Extend Model's Bound Box + Extend Model's Bounding Box diff --git a/src/Mod/Path/Path/Op/Slot.py b/src/Mod/Path/Path/Op/Slot.py index 8070fedcc4..04a5ca623d 100644 --- a/src/Mod/Path/Path/Op/Slot.py +++ b/src/Mod/Path/Path/Op/Slot.py @@ -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"),