]> OCCT Git - occt-copy.git/commitdiff
Revert "0026493: BRepProj_Projection failed to project a wire on a shell"
authorabv <abv@opencascade.com>
Thu, 10 Sep 2015 10:53:36 +0000 (13:53 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 10 Sep 2015 11:00:55 +0000 (14:00 +0300)
This reverts commit 7dfac274a6939d62ac2d7b164105ae10a6bc9b97.

src/BRepProj/BRepProj_Projection.cxx
tests/boolean/gdml_private/O1

index 76a7050c85e2a5286741824cbba72d604b9bc29f..d5ad20b3e819398aecf983524f374802d4c9622a 100644 (file)
@@ -16,7 +16,7 @@
 #include <Bnd_Box.hxx>
 #include <BRep_Builder.hxx>
 #include <BRep_Tool.hxx>
-#include <BRepAlgoAPI_Section.hxx>
+#include <BRepAlgo_Section.hxx>
 #include <BRepBndLib.hxx>
 #include <BRepFill_Generator.hxx>
 #include <BRepLib_MakeEdge.hxx>
@@ -126,7 +126,8 @@ void BRepProj_Projection::BuildSection (const TopoDS_Shape& theShape,
     Standard_ConstructionError::Raise(__FILE__": target shape has no faces");
 
   // build section computing pcurves on the shape
-  BRepAlgoAPI_Section aSectionTool (aShape, theTool, Standard_False);
+//  BRepAlgoAPI_Section aSectionTool (aShape, theTool, Standard_False);
+  BRepAlgo_Section aSectionTool (aShape, theTool, Standard_False);
   aSectionTool.Approximation (Standard_True);
   aSectionTool.ComputePCurveOn1 (Standard_True);
   aSectionTool.Build();
index ea01dd64889fb534ae43f9e576d17cd834278b5a..ffb161768959ca433b7f00e2baa7e80c5262e6c6 100644 (file)
@@ -1,2 +1,3 @@
-puts "TODO OCC26018 Linux: Faulty shapes in variables faulty_1 to faulty_"
+puts "TODO OCC26018 ALL: Faulty shapes in variables faulty_1 to faulty_"
 source [locate_data_file 20000_h1-2_et5_401-ta13429.prt.2.gdml.tcl]
+