From: eap Date: Tue, 27 Oct 2009 09:11:25 +0000 (+0000) Subject: merge with V5 X-Git-Tag: V4_1_0_maintainance_FINAL~16 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cfdd79584589a01552cfd4c25ea3fa3f5d965c7b;p=modules%2Fsmesh.git merge with V5 --- diff --git a/src/SMESH/SMESH_MeshEditor.hxx b/src/SMESH/SMESH_MeshEditor.hxx index f07279bef..19510498e 100644 --- a/src/SMESH/SMESH_MeshEditor.hxx +++ b/src/SMESH/SMESH_MeshEditor.hxx @@ -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: /*!