Salome HOME
0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh comput...
authoreap <eap@opencascade.com>
Thu, 18 Mar 2010 09:47:58 +0000 (09:47 +0000)
committereap <eap@opencascade.com>
Thu, 18 Mar 2010 09:47:58 +0000 (09:47 +0000)
commitd5768a3f63b9f6f91f52fa691e4c1fc06a45b41f
treed45eff549df5232f03e125ea81f81f9fc031c832
parentb51a02ed246df98ed29ab97ee49b52ddf0b28cbe
0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen

* fix pb of CheckNodeUV() with INTERNAL shapes

+  /*!
+   * \brief Return iterator on ancestors of the given type
+   */
+  static PShapeIteratorPtr GetAncestors(const TopoDS_Shape& shape,
+                                        const SMESH_Mesh&   mesh,
+                                        TopAbs_ShapeEnum    ancestorType);
src/SMESH/SMESH_MesherHelper.cxx