diff --git a/tests/bugs/modalg_6/bug26152_1 b/tests/bugs/modalg_6/bug26152_1 new file mode 100644 index 0000000000..d3fa039374 --- /dev/null +++ b/tests/bugs/modalg_6/bug26152_1 @@ -0,0 +1,16 @@ +puts "TODO OCC26152 ALL: Standard_ConstructionError" +puts "==========" +puts "OCC26152" +puts "==========" +puts "" +############################################################## +# Wrong result obtained by projection algorithm. +############################################################## + +restore [locate_data_file bug26130_projcomp.brep] a +explode a + +mkcurve c a_1 +mksurface s a_2 + +catch {project cx c s} diff --git a/tests/bugs/modalg_6/bug26152_2 b/tests/bugs/modalg_6/bug26152_2 new file mode 100644 index 0000000000..7ff6613c3f --- /dev/null +++ b/tests/bugs/modalg_6/bug26152_2 @@ -0,0 +1,17 @@ +puts "TODO OCC26152 ALL: Standard_ConstructionError" +puts "==========" +puts "OCC26152" +puts "==========" +puts "" +############################################################## +# Wrong result obtained by projection algorithm. +############################################################## + +restore [locate_data_file bug26130_projcomp.brep] a +explode a +explode a_2 e + +mkcurve c a_2_4 +mksurface s a_2 + +catch {project cx c s}