PD: fix SubShapeBinder 'Fuse' function

This commit is contained in:
Zheng, Lei
2022-03-11 09:13:22 +08:00
committed by Uwe
parent 48b2c3da12
commit e56bcbc924

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