Salome HOME
0021408: EDf 2006 SMESH: USe of DoubleNodesOnGroupBoundaries on 2D leads to crash
authoreap <eap@opencascade.com>
Tue, 1 Nov 2011 14:06:32 +0000 (14:06 +0000)
committereap <eap@opencascade.com>
Tue, 1 Nov 2011 14:06:32 +0000 (14:06 +0000)
     boolean DoubleNodesOnGroupBoundaries( in ListOfGroups theDomains,
                                          in boolean createJointElems )
+      raises (SALOME::SALOME_Exception);

idl/SMESH_MeshEditor.idl

index 8ee52b34189b8c768b1dc87aec61290636b5d0b8..e461074de21d6535f2edd31e76999ba2f5b47942 100644 (file)
@@ -1031,7 +1031,8 @@ module SMESH
      * \return TRUE if operation has been completed successfully, FALSE otherwise
      */
     boolean DoubleNodesOnGroupBoundaries( in ListOfGroups theDomains,
-                                          in boolean createJointElems );
+                                          in boolean createJointElems ) 
+      raises (SALOME::SALOME_Exception);
 
     /*!
      * \brief Double nodes on some external faces and create flat elements.