]> SALOME platform Git repositories - modules/geom.git/blobdiff - idl/GEOM_Superv.idl
Salome HOME
added support for all type of edges in KindOfShape method
[modules/geom.git] / idl / GEOM_Superv.idl
index cfbe930e01f8f43ad0ba57ad818ce1bbfe2f5e78..0ae258e6c87a58d342cfa08cf853fba4483644d7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2019  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2022  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -675,6 +675,11 @@ module GEOM
                            in string            theFileName,
                            in double            theDeflection );
 
+    //-----------------------------------------------------------//
+    // Measure Operations                                        //
+    //-----------------------------------------------------------//
+    GEOM_List PatchFace(in GEOM_Object theShape);
+
     /*@@ insert new functions before this line @@ do not remove this line @@*/
  };
 };