PartDesign: Chamfer/fillet/draft/thickness small fixes.

This commit is contained in:
Paddle
2023-03-28 13:30:13 +02:00
parent 18a9c164d6
commit 12588150c1
6 changed files with 7 additions and 7 deletions

View File

@@ -83,7 +83,7 @@ App::DocumentObjectExecReturn *Thickness::execute()
}
/* If the feature was empty at some point, then Placement was set by positionByBaseFeature.
* However makeThickSolid apparantly requires the placement to be empty, so we have to clear it*/
* However makeThickSolid apparently requires the placement to be empty, so we have to clear it*/
this->Placement.setValue(Base::Placement());
TopTools_ListOfShape closingFaces;

View File

@@ -1766,7 +1766,7 @@ void CmdPartDesignDraft::activated(int iMsg)
size_t i = 0;
while (i < SubNames.size())
{
std::string aSubName = static_cast<std::string>(SubNames.at(i));
std::string aSubName = SubNames.at(i);
if (aSubName.compare(0, 4, "Face") == 0) {
// Check for valid face types
@@ -1833,7 +1833,7 @@ void CmdPartDesignThickness::activated(int iMsg)
size_t i = 0;
while (i < SubNames.size())
{
std::string aSubName = static_cast<std::string>(SubNames.at(i));
std::string aSubName = SubNames.at(i);
if (aSubName.compare(0, 4, "Face") != 0) {
// empty name or any other sub-element

View File

@@ -21,7 +21,7 @@
click again to end selection</string>
</property>
<property name="text">
<string>Enter selection</string>
<string>Select</string>
</property>
<property name="checkable">
<bool>true</bool>

View File

@@ -22,7 +22,7 @@
click again to end selection</string>
</property>
<property name="text">
<string>Enter selection</string>
<string>Select</string>
</property>
<property name="checkable">
<bool>true</bool>

View File

@@ -21,7 +21,7 @@
click again to end selection</string>
</property>
<property name="text">
<string>Enter selection</string>
<string>Select</string>
</property>
<property name="checkable">
<bool>true</bool>

View File

@@ -21,7 +21,7 @@
click again to end selection</string>
</property>
<property name="text">
<string>Start selection</string>
<string>Select</string>
</property>
<property name="checkable">
<bool>true</bool>