Salome HOME
PAL15429 Computation of the mesh, based on "014.brep" via Tetrahedron(NETGEN), is...
authoreap <eap@opencascade.com>
Fri, 20 Feb 2009 07:14:17 +0000 (07:14 +0000)
committereap <eap@opencascade.com>
Fri, 20 Feb 2009 07:14:17 +0000 (07:14 +0000)
commit070f27d74e97e64a8e4b6e23dea078b944669a45
tree8f17a0a57e313b7780885ff331760b0a44de9c75
parent651353fbcaf7d1ca4acc080fa04a80e6af26311c
PAL15429 Computation of the mesh, based on "014.brep" via Tetrahedron(NETGEN), is failed.
    fix for G7.py
+  /*!
+   * \brief Return number of unique ancestors of the shape
+   */
+  static int NbAncestors(const TopoDS_Shape& shape,
+                         const SMESH_Mesh&   mesh,
+                         TopAbs_ShapeEnum    ancestorType=TopAbs_SHAPE);
+
src/SMESH/SMESH_MesherHelper.cxx