Salome HOME
IPAL21493 Incorrect behaviour of Computation, Evaluation succeed dialog boxes in...
[modules/smesh.git] / src / SMESH / SMESH_MeshEditor.hxx
index f07279bef4169059ebde9d7561f4d70387758c5c..19510498e326be4d842d304b8dae4d9ecf7e7817 100644 (file)
@@ -84,7 +84,7 @@ struct SMESH_ElementSearcher
 {
   virtual void FindElementsByPoint(const gp_Pnt&                           point,
                                    SMDSAbs_ElementType                     type,
-                                   std::vector< const SMDS_MeshElement* >& foundNodes)=0;
+                                   std::vector< const SMDS_MeshElement* >& foundElems)=0;
 };
 
 //=======================================================================
@@ -610,6 +610,13 @@ public:
                             const TIDSortedElemSet& theNodesNot,
                             const TopoDS_Shape&     theShape );
 
+  /*!
+   * \brief Generated skin mesh (containing 2D cells) from 3D mesh
+   * The created 2D mesh elements based on nodes of free faces of boundary volumes
+   * \return TRUE if operation has been completed successfully, FALSE otherwise
+   */
+  bool Make2DMeshFrom3D();
+  
 private:
 
   /*!