Salome HOME
Add method AddBoundary to idl interface HOMARD_Gen
[modules/smesh.git] / idl / SMESH_Homard.idl
index b1d4c27a585c79ab3f738c4005f66b3d4016525e..ff25358ece29006919206d90a18148dfa7180be9 100644 (file)
@@ -147,6 +147,7 @@ module SMESHHOMARD
                           in string theWorkingDir) raises(SALOME::SALOME_Exception);
 
     // Associate boundaries to groups
+    void AddBoundary(in string BoundaryName) raises (SALOME::SALOME_Exception);
     void AddBoundaryGroup(in string BoundaryName,
                           in string Group) raises (SALOME::SALOME_Exception);