Salome HOME
Changes for 0020673 - Implementation of "Auto-correct edges orientation".
[modules/geom.git] / src / GEOMImpl / GEOMImpl_I3DPrimOperations.cxx
index 185f6bb728d43b791a0c9e6b1aa868c991b3c179..6c03dd7fbe9f29f7e681ecbdb89fe13c88d40e1b 100644 (file)
@@ -1454,7 +1454,7 @@ Handle(GEOM_Object) GEOMImpl_I3DPrimOperations::MakeRevolutionAxisAngle2Ways
 Handle(GEOM_Object) GEOMImpl_I3DPrimOperations::MakeFilling
        (Handle(GEOM_Object) theShape, int theMinDeg, int theMaxDeg,
         double theTol2D, double theTol3D, int theNbIter,
-        bool isUseOri, bool isApprox)
+        int theMethod, bool isApprox)
 {
   SetErrorCode(KO);
 
@@ -1483,7 +1483,7 @@ Handle(GEOM_Object) GEOMImpl_I3DPrimOperations::MakeFilling
   aFI.SetTol3D(theTol3D);
   aFI.SetNbIter(theNbIter);
   aFI.SetApprox(isApprox);
-  aFI.SetUseOri(isUseOri);
+  aFI.SetMethod(theMethod);
 
   //Compute the Solid value
   try {