PD: fix SubShapeBinder 'Fuse' function

This commit is contained in:
Zheng, Lei
2022-03-12 02:45:13 +01:00
committed by Uwe
parent 48b2c3da12
commit e56bcbc924
+2 -2
View File
@@ -688,8 +688,8 @@ void SubShapeBinder::update(SubShapeBinder::UpdateOption options) {
solids.push_back(s.getShape());
}
if(solids.size()) {
solid.fuse(solids);
result = solid.makeRefine();
result = solid.fuse(solids);
result = result.makeRefine();
fused = true;
} else if (!solid.isNull()) {
// wrap the single solid in compound to keep its placement