]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
compilation error
authoreap <eap@opencascade.com>
Fri, 22 Dec 2017 11:48:14 +0000 (14:48 +0300)
committereap <eap@opencascade.com>
Fri, 22 Dec 2017 11:48:14 +0000 (14:48 +0300)
src/GEOM_I_Superv/GEOM_Superv_i.cc

index 2984de3afce8e2d6ccfef6608c256ca07a4ace5c..0ae8a79578420ce96c300b8dbfa967cdf8beb0c3 100644 (file)
@@ -2064,7 +2064,7 @@ GEOM::GEOM_Object_ptr GEOM_Superv_i::OffsetShape (GEOM::GEOM_Object_ptr theObjec
   beginService( " GEOM_Superv_i::OffsetShape" );
   MESSAGE("GEOM_Superv_i::OffsetShape");
   getTransfOp();
-  GEOM::GEOM_Object_ptr anObj = myTransfOp->OffsetShape(theObject, theOffset);
+  GEOM::GEOM_Object_ptr anObj = myTransfOp->OffsetShape(theObject, theOffset, true);
   endService( " GEOM_Superv_i::OffsetShape" );
   return anObj;
 }
@@ -2078,7 +2078,7 @@ GEOM::GEOM_Object_ptr GEOM_Superv_i::OffsetShapeCopy (GEOM::GEOM_Object_ptr theO
   beginService( " GEOM_Superv_i::OffsetShapeCopy" );
   MESSAGE("GEOM_Superv_i::OffsetShapeCopy");
   getTransfOp();
-  GEOM::GEOM_Object_ptr anObj = myTransfOp->OffsetShapeCopy(theObject, theOffset);
+  GEOM::GEOM_Object_ptr anObj = myTransfOp->OffsetShapeCopy(theObject, theOffset, true);
   endService( " GEOM_Superv_i::OffsetShapeCopy" );
   return anObj;
 }