Fix refinement algorithm to avoid the loose the solid
This commit is contained in:
@@ -710,6 +710,9 @@ void Part::BRepBuilderAPI_RefineModel::Build()
|
||||
mkSolid.Add(newShell);
|
||||
LogModifications(uniter);
|
||||
}
|
||||
else {
|
||||
mkSolid.Add(currentShell);
|
||||
}
|
||||
}
|
||||
else {
|
||||
Standard_Failure::Raise("Removing splitter failed");
|
||||
|
||||
Reference in New Issue
Block a user