Salome HOME
[bos #29336] problem in inertia calculus
[modules/geom.git] / idl / GEOM_Gen.idl
index eac174954952ede3ddac774c1b7af85c9bc109ed..c9b0664e07d56b4c30129c043ec4ac3a717aa21c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2019  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2021  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
@@ -515,11 +515,6 @@ module GEOM
      */
     boolean IsParametrical();
 
-    /*
-     * \brief Breaks links to parametrical mode for parametrical shape
-    */
-    void BreakLinks();
-
   };
 
   //# GEOM_Field
@@ -5154,6 +5149,11 @@ module GEOM
                                                 inout string_array theSubEntries,
                                                 inout string_array theOtherEntries);
 
+
+    /*
+    * \brief Breaks links to parametrical mode for parametrical shape
+    */
+    void BreakLink(in string theEntry);
   };
 };