]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
merge with V5
authoreap <eap@opencascade.com>
Tue, 27 Oct 2009 09:11:25 +0000 (09:11 +0000)
committereap <eap@opencascade.com>
Tue, 27 Oct 2009 09:11:25 +0000 (09:11 +0000)
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:
 
   /*!