From cfdd79584589a01552cfd4c25ea3fa3f5d965c7b Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 27 Oct 2009 09:11:25 +0000 Subject: [PATCH] merge with V5 --- src/SMESH/SMESH_MeshEditor.hxx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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: /*! -- 2.39.2