Toponaming: use correct face maker

This commit is contained in:
bgbsww
2024-08-02 18:02:18 -04:00
committed by Chris Hennes
parent e4b2bf7630
commit c0c7bd647d

View File

@@ -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
);
}