Salome HOME
Created MeshLocker to replace Lock/Unlock + replacing std::cerr by exceptions + repla...
[modules/smesh.git] / idl / SMESH_Gen.idl
index e9b678031de2b5e89c65622460b01407f54658a2..a5b48aaa6bf75f81c3e09fd8a28488e0f9a5b8ae 100644 (file)
@@ -286,11 +286,13 @@ module SMESH
       raises ( SALOME::SALOME_Exception );
     /*!
      * Create a dual mesh of a Tetrahedron mesh
-     *  \param meshPart - TetraHedron mesh to create dual from
+     *  \param mesh - TetraHedron mesh to create dual from
      *  \param meshName - a name of the new mesh
+     *  \param adaptToShape - if True project boundary point on shape
      */
     SMESH_Mesh CreateDualMesh(in SMESH_IDSource mesh,
-                              in string         meshName)
+                              in string         meshName,
+                              in boolean        adaptToShape)
       raises ( SALOME::SALOME_Exception );
 
     /*!