Salome HOME
refs #1330: basic implementation of the not zoomable polyline arrows
[modules/hydro.git] / src / HYDROData / HYDROData_Region.cxx
index 8d4f8d3ba90c997f1e10304ba3caf0966f5555f3..f4b58faaef1f05900f5faacd1cb1fa7a1a997576 100644 (file)
@@ -244,7 +244,6 @@ void getUsedGroups( const TopoDS_Shape&                     theShape,
 }
 
 
-
 TopoDS_Shape HYDROData_Region::GetShape( HYDROData_ShapesGroup::SeqOfGroupsDefs* theSeqOfGroups, const TopTools_SequenceOfShape* IntSh ) const
 {
   HYDROData_ShapesGroup::SeqOfGroupsDefs aSeqOfGroups;
@@ -383,7 +382,7 @@ TopoDS_Shape HYDROData_Region::GetShape( HYDROData_ShapesGroup::SeqOfGroupsDefs*
       BB.Add(aFuseShape, DF);
     }
 
-    ShapeUpgrade_UnifySameDomain unif( aFuseShape );
+    ShapeUpgrade_UnifySameDomain unif( aFuseShape, Standard_False, Standard_True, Standard_False );
     unif.Build();
     TopoDS_Shape anUnitedShape;
     const TopoDS_Shape& out = unif.Shape();