From: skl Date: Thu, 1 Apr 2010 13:40:39 +0000 (+0000) Subject: Changes for bug 0020729. X-Git-Tag: V5_1_4a1~18 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3f167acb79157308dd85cdeea8ed6d097024f211;p=modules%2Fgeom.git Changes for bug 0020729. --- diff --git a/src/GEOMImpl/GEOMImpl_IHealingOperations.cxx b/src/GEOMImpl/GEOMImpl_IHealingOperations.cxx index 7c90d1e2c..ee2fe2c6f 100644 --- a/src/GEOMImpl/GEOMImpl_IHealingOperations.cxx +++ b/src/GEOMImpl/GEOMImpl_IHealingOperations.cxx @@ -729,7 +729,8 @@ bool GEOMImpl_IHealingOperations::GetFreeBoundary (Handle(GEOM_Object) theObject return false; // get free boundary shapes - ShapeAnalysis_FreeBounds anAnalizer( aShape ); + ShapeAnalysis_FreeBounds anAnalizer(aShape, Standard_False, + Standard_True, Standard_True); TopoDS_Compound aClosed = anAnalizer.GetClosedWires(); TopoDS_Compound anOpen = anAnalizer.GetOpenWires();