Skip to content

Commit

Permalink
Toponaming: use correct face maker
Browse files Browse the repository at this point in the history
  • Loading branch information
bgbsww authored and chennes committed Aug 3, 2024
1 parent e4b2bf7 commit c0c7bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Sketcher/App/SketchObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Part::TopoShape SketchObject::buildInternals(const Part::TopoShape &edges) const
joiner.getResultWires(result, "SKF");
result = result.makeElementFace(result.getSubTopoShapes(TopAbs_WIRE),
/*op*/"",
/*maker*/"Part::FaceMakerRing",
/*maker*/"Part::FaceMakerBullseye",
/*pln*/nullptr
);
}
Expand Down

0 comments on commit c0c7bd6

Please sign in to comment.