0026458: BRepBuilderAPI_Copy does not copy mesh structure
[occt.git] / src / BRepTools / BRepTools_Modification.cxx
index 07226e1..50e4b71 100644 (file)
@@ -25,3 +25,9 @@
 #include <TopoDS_Edge.hxx>
 #include <TopoDS_Face.hxx>
 #include <TopoDS_Vertex.hxx>
+#include <Poly_Triangulation.hxx>
+
+Standard_Boolean BRepTools_Modification::NewTriangulation(const TopoDS_Face&, Handle(Poly_Triangulation)&)
+{
+  return Standard_False;
+}