Salome HOME
PAL15429 Computation of the mesh, based on "014.brep" via Tetrahedron(NETGEN), is...
authoreap <eap@opencascade.com>
Mon, 16 Feb 2009 16:44:16 +0000 (16:44 +0000)
committereap <eap@opencascade.com>
Mon, 16 Feb 2009 16:44:16 +0000 (16:44 +0000)
commitb22df369ef8a6e561b086710bf030a1254e022c5
tree4e450f50f2c5ac596be7768ecef6cf5206392c8f
parent29d2fbe9038c0c1bfa704697adbb99e0e967d7e6
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
src/SMESH/SMESH_MesherHelper.hxx