Salome HOME
Creating and importing 2 meshes from the same engine was not working. Mesh ID managem...
[modules/smesh.git] / src / SMESH / SMESH_Gen.hxx
index 70f17f50605287ab1479e3a01d0bcbaf05692dec..27b4a8abc6f00c0d5c0b98d1322d3688d93c716c 100644 (file)
@@ -61,7 +61,7 @@ class SMESH_Gen
 
        SMESH_Hypothesis *CreateHypothesis(const char *anHyp, int studyId)
                throw(SALOME_Exception);
-       SMESH_Mesh *Init(int studyId, const TopoDS_Shape & aShape)
+       SMESH_Mesh *Init(int studyId, const TopoDS_Shape & aShape, int meshID = -1)
                throw(SALOME_Exception);
        bool Compute(::SMESH_Mesh & aMesh, const TopoDS_Shape & aShape)
                throw(SALOME_Exception);