]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Changes for bug 0020729.
authorskl <skl@opencascade.com>
Thu, 1 Apr 2010 13:40:39 +0000 (13:40 +0000)
committerskl <skl@opencascade.com>
Thu, 1 Apr 2010 13:40:39 +0000 (13:40 +0000)
src/GEOMImpl/GEOMImpl_IHealingOperations.cxx

index 7c90d1e2cf589b2718b498a937fd396974a4756e..ee2fe2c6f238275f5dd5ddd69417a9004f34adae 100644 (file)
@@ -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();