X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_MeshEditor.idl;h=397efff4484f7a82b0ed83409978a0639fb31e3e;hp=f52be7d13a7ce2808e3c212ef376b8bca3314aef;hb=a5f7916fb6386e1f54a9a39073e83a703b29fc48;hpb=b0a908c0d20341651771d0249fb10882f54b2aad diff --git a/idl/SMESH_MeshEditor.idl b/idl/SMESH_MeshEditor.idl index f52be7d13..397efff44 100644 --- a/idl/SMESH_MeshEditor.idl +++ b/idl/SMESH_MeshEditor.idl @@ -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); /*!