Salome HOME
Preparation of intermediate revision
[modules/geom.git] / src / GEOMImpl / GEOMImpl_ILocalOperations.hxx
index 15acc6eaf06ef275a2ccfbea974b3dd52f04463b..5bdf6184869ca76a1a284e473cf2b14138eb1ecb 100644 (file)
@@ -48,6 +48,8 @@ class GEOMImpl_ILocalOperations : public GEOM_IOperations {
                                                            std::list<int> theFaces);
   Standard_EXPORT Handle(GEOM_Object) MakeFillet2D (Handle(GEOM_Object) theShape, double theR,
                                                     std::list<int> theVertexes);
+  Standard_EXPORT Handle(GEOM_Object) MakeFillet1D (Handle(GEOM_Object) theShape, double theR,
+                                                    std::list<int> theVertexes);
 
   Standard_EXPORT Handle(GEOM_Object) MakeChamferAll   (Handle(GEOM_Object) theShape, double theD);
   Standard_EXPORT Handle(GEOM_Object) MakeChamferEdge  (Handle(GEOM_Object) theShape,