{
virtual void FindElementsByPoint(const gp_Pnt& point,
SMDSAbs_ElementType type,
- std::vector< const SMDS_MeshElement* >& foundNodes)=0;
+ std::vector< const SMDS_MeshElement* >& foundElems)=0;
};
//=======================================================================
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:
/*!