mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-05 22:38:26 +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 {
|
else {
|
||||||
TopoDS_Shape aFixed;
|
TopoDS_Shape aFixed;
|
||||||
ShHealOper_ShapeProcess aHealer;
|
ShHealOper_ShapeProcess aHealer;
|
||||||
aHealer.Perform(aResult, aFixed);
|
aHealer.Perform(aShape, aFixed);
|
||||||
if (aHealer.isDone() && GEOMUtils::CheckShape(aFixed))
|
if (aHealer.isDone() && GEOMUtils::CheckShape(aFixed))
|
||||||
aResult = aFixed;
|
aResult = aFixed;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user