Salome HOME
IPAL54401: Offset dialog bug
[modules/smesh.git] / idl / SMESH_MeshEditor.idl
index d0748bac7657f670f5d8838b01a0a2abb13d0d2f..62dd62c91295ae2febe6af297052e0d449dfa72b 100644 (file)
@@ -691,6 +691,7 @@ module SMESH
     SMESH_Mesh Offset(in SMESH_IDSource theObject,
                       in double         Value,
                       in boolean        CopyGroups,
+                      in boolean        CopyElements,
                       in string         MeshName,
                       out ListOfGroups  Groups)
       raises (SALOME::SALOME_Exception);