X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_MeshEditor.idl;h=26e73dfafb7c152e32b7611c9b204d375b3cfc7f;hp=18ebe2a36376d26d9cb9de2181d9c7448d3e5815;hb=HEAD;hpb=ff53fa3701555ca921fd568e921709528e26c5dc diff --git a/idl/SMESH_MeshEditor.idl b/idl/SMESH_MeshEditor.idl index 18ebe2a36..44366e66d 100644 --- a/idl/SMESH_MeshEditor.idl +++ b/idl/SMESH_MeshEditor.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2021 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -1291,7 +1291,9 @@ module SMESH * \param meshName - a name of a new mesh, which is a copy of the initial * mesh + created boundary elements; "" means not to create the new mesh * \param toCopyAll - if true, the whole initial mesh will be copied into - * the new mesh else only boundary elements will be copied into the new mesh + * the new mesh else only the new elements will be copied into the new mesh + * \param toCreateAllElements - if true, all the boundary elements of the mesh + * are computed. * \param groups - optional groups of 2D elements to make boundary around * \param mesh - returns the mesh where elements were added to * \param group - returns the created group, if any @@ -1301,6 +1303,7 @@ module SMESH in string groupName, in string meshName, in boolean toCopyAll, + in boolean toCreateAllElements, in ListOfIDSources groups, out SMESH_Mesh mesh, out SMESH_Group group) raises (SALOME::SALOME_Exception);