]> SALOME platform Git repositories - plugins/ghs3dplugin.git/commitdiff
Salome HOME
Add missing IDL function
authorgdd <gdd>
Fri, 13 May 2011 12:48:24 +0000 (12:48 +0000)
committergdd <gdd>
Fri, 13 May 2011 12:48:24 +0000 (12:48 +0000)
idl/GHS3DPlugin_Algorithm.idl

index f9c59eed6c5fb4734ffea565d7ee3875d7d554d4..5b3dbd38bc52e62c64128b12628e5e9f77fd626c 100644 (file)
@@ -113,8 +113,8 @@ module GHS3DPlugin
     void SetToUseBoundaryRecoveryVersion(in boolean toUse);
     boolean GetToUseBoundaryRecoveryVersion();
     /*!
-     * Applies nite-element correction by replacing overconstrained elements where
-     * it is possible. The process is cutting rst 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);