]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOM_I/GEOM_IShapesOperations_i.hh
Salome HOME
0022753: [EDF] Extension of the curves and surfaces
[modules/geom.git] / src / GEOM_I / GEOM_IShapesOperations_i.hh
index be9d5584c700906d37857aa72a70c19fb69c59bb..72ac7b07451427c64bc44ca1341f49f69f66bd1f 100644 (file)
@@ -274,6 +274,16 @@ class GEOM_I_EXPORT GEOM_IShapesOperations_i :
   GEOM::ListOfLong* GetSameIDs  (GEOM::GEOM_Object_ptr theShapeWhere,
                                  GEOM::GEOM_Object_ptr theShapeWhat);
 
+  GEOM::GEOM_Object_ptr ExtendEdge(GEOM::GEOM_Object_ptr theEdge,
+                                   CORBA::Double         theMin,
+                                   CORBA::Double         theMax);
+
+  GEOM::GEOM_Object_ptr ExtendFace(GEOM::GEOM_Object_ptr theFace,
+                                   CORBA::Double         theUMin,
+                                   CORBA::Double         theUMax,
+                                   CORBA::Double         theVMin,
+                                   CORBA::Double         theVMax);
+
   ::GEOMImpl_IShapesOperations* GetOperations()
   { return (::GEOMImpl_IShapesOperations*)GetImpl(); }
 };