X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FHOMARD_Cas.idl;h=16507437d9c4649d061af8f6c11b96ee7aab28cd;hb=refs%2Ftags%2FV9_13_0b1;hp=73c78b19ec5eaef0a200769637af9d1c58089ca7;hpb=499468132a2c35186f4f1f44ea9004b4f7c13589;p=modules%2Fhomard.git diff --git a/idl/HOMARD_Cas.idl b/idl/HOMARD_Cas.idl index 73c78b19..16507437 100644 --- a/idl/HOMARD_Cas.idl +++ b/idl/HOMARD_Cas.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 CEA/DEN, EDF R&D +// Copyright (C) 2011-2024 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -75,6 +75,7 @@ module HOMARD void SetGroups(in ListGroupType ListGroup) raises (SALOME::SALOME_Exception); ListGroupType GetGroups() raises (SALOME::SALOME_Exception); + void AddBoundary(in string BoundaryName) raises (SALOME::SALOME_Exception); void AddBoundaryGroup(in string BoundaryName, in string Group) raises (SALOME::SALOME_Exception); ListBoundaryGroupType GetBoundaryGroup() raises (SALOME::SALOME_Exception);