mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
0023169: [CEA 1594] Fuse fail
This commit is contained in:
parent
bff35f0310
commit
6c1ac0fb31
@ -82,7 +82,7 @@ static TopoDS_Shape RemoveExtraEdges(const TopoDS_Shape &theShape)
|
||||
else {
|
||||
TopoDS_Shape aFixed;
|
||||
ShHealOper_ShapeProcess aHealer;
|
||||
aHealer.Perform(aResult, aFixed);
|
||||
aHealer.Perform(aShape, aFixed);
|
||||
if (aHealer.isDone() && GEOMUtils::CheckShape(aFixed))
|
||||
aResult = aFixed;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user