PartDesign: Chamfer/fillet/draft/thickness small fixes.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user