Salome HOME
Restoring Regular 1D
[modules/smesh.git] / src / SMESH_I / SMESH_Gen_i.hxx
index ad86102efc762e42dca011f9ef487b88747911c7..822e71f2e51c96ca2a0cf6cdd6d8e9f38e2f8b1f 100644 (file)
@@ -253,6 +253,11 @@ public:
                                              CORBA::Boolean          theMakeRequiredGroups,
                                              SMESH::ComputeError_out theError);
 
+  // Create dual mesh of a tetrahedron mesh
+  SMESH::SMESH_Mesh_ptr CreateDualMesh(SMESH::SMESH_IDSource_ptr meshPart,
+                                       const char*               meshName,
+                                       CORBA::Boolean            adapt_to_shape);
+
   // Copy a part of mesh
   SMESH::SMESH_Mesh_ptr CopyMesh(SMESH::SMESH_IDSource_ptr meshPart,
                                  const char*               meshName,