Part: Enable solid creation by default for Loft and Sweep (#22098)
* Part: Update PartFeatures.cpp * Part: Update DlgRevolution.ui * Part: Update TaskLoft.ui * Part: Update TaskSweep.ui * Part: Update PartFeatures.cpp * Update src/Mod/Part/Gui/DlgRevolution.ui --------- Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com>
This commit is contained in:
@@ -106,6 +106,7 @@ TEST_F(PartFeaturesTest, testSweep)
|
||||
auto _sweep = _doc->addObject<Sweep>();
|
||||
_sweep->Sections.setValues({_plane1});
|
||||
_sweep->Spine.setValue(_edge1);
|
||||
_sweep->Solid.setValue((false));
|
||||
// Act
|
||||
_sweep->execute();
|
||||
TopoShape ts = _sweep->Shape.getShape();
|
||||
|
||||
Reference in New Issue
Block a user