From 1e5dd88f50c6c73ab1bcd90b68503703e677baca Mon Sep 17 00:00:00 2001 From: astromko Date: Tue, 12 Mar 2024 13:39:19 +0000 Subject: [PATCH] 0033367: Modeling Algorithms - Normal projection or BOP problem [Regression] Fixed passing of an incorrect curve into GeomAdaptor::MakeCurve() function. --- src/BRepAlgo/BRepAlgo_NormalProjection.cxx | 4 ++-- tests/bugs/modalg_8/bug33367 | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 tests/bugs/modalg_8/bug33367 diff --git a/src/BRepAlgo/BRepAlgo_NormalProjection.cxx b/src/BRepAlgo/BRepAlgo_NormalProjection.cxx index 65bc1922e0..e6e8ff46c9 100644 --- a/src/BRepAlgo/BRepAlgo_NormalProjection.cxx +++ b/src/BRepAlgo/BRepAlgo_NormalProjection.cxx @@ -333,7 +333,7 @@ void BRepAlgo_NormalProjection::SetDefaultParams() Only2d = Standard_True; if(Only2d && Only3d) { - BRepLib_MakeEdge MKed(GeomAdaptor::MakeCurve(hcur->Curve()), + BRepLib_MakeEdge MKed(GeomAdaptor::MakeCurve(*hcur), Udeb, Ufin); prj = MKed.Edge(); BB.UpdateEdge(TopoDS::Edge(prj), @@ -369,7 +369,7 @@ void BRepAlgo_NormalProjection::SetDefaultParams() if(!Only3d) PCur2d = appr.Curve2d(); if(Only2d) { - BRepLib_MakeEdge MKed(GeomAdaptor::MakeCurve(hcur->Curve()), + BRepLib_MakeEdge MKed(GeomAdaptor::MakeCurve(*hcur), Udeb, Ufin); prj = MKed.Edge(); } diff --git a/tests/bugs/modalg_8/bug33367 b/tests/bugs/modalg_8/bug33367 new file mode 100644 index 0000000000..c4763d9868 --- /dev/null +++ b/tests/bugs/modalg_8/bug33367 @@ -0,0 +1,17 @@ +puts "===============================================================" +puts "0033367: Modeling Algorithms - Normal projection or BOP problem" +puts "===============================================================" +puts "" + +pload MODELING +restore [locate_data_file bug33367_1.brep] sou +restore [locate_data_file bug33367_2.brep] des +checkshape sou +checkshape des +nproject prj sou des +checknbshapes prj -vertex 2 -edge 2 -compound 1 -shape 5 +baddobjects des +baddtools prj +bfillds +bbuild res +checkshape res