[Part] Fix Part Boolean operations Refine incorrectly set for new users (#24256)
* [Part] Fix Part Boolean operations Refine incorrectly set for new users * [Part] update tests to specify Refine to be... ...false where necessary
This commit is contained in:
@@ -150,6 +150,7 @@ TEST_F(PartFeaturesTest, testRefine)
|
||||
auto _fuse = _doc->addObject<Part::Fuse>();
|
||||
_fuse->Base.setValue(_boxes[0]);
|
||||
_fuse->Tool.setValue(_boxes[3]);
|
||||
_fuse->Refine.setValue(false);
|
||||
_fuse->execute();
|
||||
Part::TopoShape fusedts = _fuse->Shape.getShape();
|
||||
auto _refine = _doc->addObject<Refine>();
|
||||
|
||||
Reference in New Issue
Block a user