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

This commit is contained in:
Paddle
2023-03-28 13:30:13 +02:00
parent ea463a6a53
commit f116e83d9d
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;