Salome HOME
0022638: [CEA 1210] Wrong import of an UNV file
[modules/smesh.git] / idl / SMESH_MeshEditor.idl
index f52be7d13a7ce2808e3c212ef376b8bca3314aef..397efff4484f7a82b0ed83409978a0639fb31e3e 100644 (file)
@@ -1275,10 +1275,13 @@ module SMESH
      * Triangles are transformed in prisms, and quadrangles in hexahedrons.
      * \param theDomains - list of groups of volumes
      * \param createJointElems - if TRUE, create the elements
+     * \param onAllBoundaries - if TRUE, the nodes and elements are also created on
+     *        the boundary between \a theDomains and the rest mesh
      * \return TRUE if operation has been completed successfully, FALSE otherwise
      */
     boolean DoubleNodesOnGroupBoundaries( in ListOfGroups theDomains,
-                                          in boolean createJointElems ) 
+                                          in boolean      createJointElems,
+                                          in boolean      onAllBoundaries) 
       raises (SALOME::SALOME_Exception);
 
     /*!