Salome HOME
0020432: EDF 1029 GEOM : Fillet 1D
[modules/geom.git] / src / GEOM_I_Superv / GEOM_Superv_i.hh
index 1568f0bb15a81b4eaf6fc98399a3f882f018c417..4ac9969b6e1c5c82f0e83cf817e6511668fac716 100644 (file)
@@ -604,6 +604,8 @@ public:
                                             CORBA::Double theR2, GEOM::GEOM_List_ptr theFaces);
   GEOM::GEOM_Object_ptr MakeFillet2D (GEOM::GEOM_Object_ptr theShape, CORBA::Double theR,
                                      GEOM::GEOM_List_ptr theVertexes);
+  GEOM::GEOM_Object_ptr MakeFillet1D (GEOM::GEOM_Object_ptr theShape, CORBA::Double theR,
+                                     GEOM::GEOM_List_ptr theVertexes);
   GEOM::GEOM_Object_ptr MakeChamferAll (GEOM::GEOM_Object_ptr theShape, CORBA::Double theD);
   GEOM::GEOM_Object_ptr MakeChamferEdge (GEOM::GEOM_Object_ptr theShape,
                                         CORBA::Double theD1, CORBA::Double theD2,