From 2ff806d1abe0c75ac6a89ae93804325500e5ec0c Mon Sep 17 00:00:00 2001 From: mkv Date: Thu, 7 May 2015 16:25:02 +0300 Subject: [PATCH] 0025271: Wrong result obtained by solid classifier algorithm Shape name was corrected --- tests/bugs/modalg_6/bug25271 | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 tests/bugs/modalg_6/bug25271 diff --git a/tests/bugs/modalg_6/bug25271 b/tests/bugs/modalg_6/bug25271 new file mode 100755 index 0000000000..03425666e8 --- /dev/null +++ b/tests/bugs/modalg_6/bug25271 @@ -0,0 +1,25 @@ +puts "============" +puts "OCC25271" +puts "============" +puts "" +############################################################################ +# Wrong result obtained by solid classifier algorithm +############################################################################ + +restore [locate_data_file bug25509_Aggreg_4.brep] b1 +point p 0.67610067704688293 0.55732782339337006 0.45537637265191699 + +explode b1 +shape b2 So +add b1_1 b2 + +set cls [bclassify b2 p] +if { [regexp {OUT} $cls] } { + puts "OK : Good result obtained by solid classifier algorithm" +} else { + puts "Error : Wrong result obtained by solid classifier algorithm" +} + +smallview +fit +set only_screen_axo 1