Salome HOME
Changes for bug 0020673.
[modules/geom.git] / src / GEOM_I / GEOM_I3DPrimOperations_i.cc
index 14922b2e0240a7fbf2e183d6eb3ff2bc0255a809..c1ae473146373e135bd709f616cc291044a54565 100644 (file)
@@ -710,6 +710,7 @@ GEOM::GEOM_Object_ptr GEOM_I3DPrimOperations_i::MakeFilling(GEOM::GEOM_Object_pt
                                                             CORBA::Double theTol2D,
                                                             CORBA::Double theTol3D,
                                                             CORBA::Long theNbIter,
+                                                            CORBA::Boolean theUseOri,
                                                             CORBA::Boolean theApprox)
 {
   GEOM::GEOM_Object_var aGEOMObject;
@@ -724,7 +725,8 @@ GEOM::GEOM_Object_ptr GEOM_I3DPrimOperations_i::MakeFilling(GEOM::GEOM_Object_pt
 
   //Create the Solid
   Handle(GEOM_Object) anObject = GetOperations()->MakeFilling
-    (aShape, theMinDeg, theMaxDeg, theTol2D, theTol3D, theNbIter, theApprox);
+    (aShape, theMinDeg, theMaxDeg, theTol2D, theTol3D, theNbIter,
+     theUseOri, theApprox);
   if (!GetOperations()->IsDone() || anObject.IsNull())
     return aGEOMObject._retn();