From 820875d7ca3e8c99ced9048a9ad0edfe26f74e0b Mon Sep 17 00:00:00 2001 From: gdd Date: Fri, 13 May 2011 12:48:24 +0000 Subject: [PATCH] Add missing IDL function --- idl/GHS3DPlugin_Algorithm.idl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/idl/GHS3DPlugin_Algorithm.idl b/idl/GHS3DPlugin_Algorithm.idl index f9c59ee..5b3dbd3 100644 --- a/idl/GHS3DPlugin_Algorithm.idl +++ b/idl/GHS3DPlugin_Algorithm.idl @@ -113,8 +113,8 @@ module GHS3DPlugin void SetToUseBoundaryRecoveryVersion(in boolean toUse); boolean GetToUseBoundaryRecoveryVersion(); /*! - * Applies finite-element correction by replacing overconstrained elements where - * it is possible. The process is cutting first the overconstrained edges and + * Applies finite-element correction by replacing overconstrained elements where + * it is possible. The process is cutting first the overconstrained edges and * second the overconstrained facets. This insure that no edges have two boundary * vertices and that no facets have three boundary vertices. */ @@ -134,6 +134,7 @@ module GHS3DPlugin * To set an enforced vertex */ boolean SetEnforcedVertex(in double x, in double y, in double z, in double size) raises (SALOME::SALOME_Exception); + boolean SetEnforcedVertexWithGroup(in double x, in double y, in double z, in double size, in string groupName) raises (SALOME::SALOME_Exception); boolean SetEnforcedVertexGeom(in GEOM::GEOM_Object theVertex, in double size) raises (SALOME::SALOME_Exception); boolean SetEnforcedVertexGeomWithGroup(in GEOM::GEOM_Object theVertex, in double size, in string groupName) raises (SALOME::SALOME_Exception); double GetEnforcedVertex(in double x, in double y, in double z) raises (SALOME::SALOME_Exception); -- 2.39.2