diff --git a/src/Mod/PartDesign/App/FeatureSketchBased.cpp b/src/Mod/PartDesign/App/FeatureSketchBased.cpp index 46b4fc759c..6dccfbc212 100644 --- a/src/Mod/PartDesign/App/FeatureSketchBased.cpp +++ b/src/Mod/PartDesign/App/FeatureSketchBased.cpp @@ -72,18 +72,18 @@ #endif +#include +#include #include #include #include #include #include #include -#include -#include #include -#include "FeatureSketchBased.h" -#include "DatumPlane.h" #include "DatumLine.h" +#include "DatumPlane.h" +#include "FeatureSketchBased.h" using namespace PartDesign; @@ -218,7 +218,7 @@ TopoDS_Shape ProfileBased::getVerifiedFace(bool silent) const { if (!shape.hasSubShape(TopAbs_WIRE)) shape = shape.makEWires(); if (shape.hasSubShape(TopAbs_WIRE)) - shape = shape.makEFace(0, "Part::FaceMakerCheese"); + shape = shape.makEFace(0, "Part::FaceMakerBullseye"); else err = "Cannot make face from profile"; }