From dd6b34fda4834c0db1e2f4fde3a8ae832cc8009b Mon Sep 17 00:00:00 2001 From: msv Date: Thu, 27 Oct 2016 17:24:20 +0300 Subject: [PATCH] 0027782: Hidden Line Removal algorithm fails to handle filleted edges Create test case for the bug. Minor correction in test case bugs/modalg_6/bug27782 --- tests/bugs/modalg_6/bug27782 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/bugs/modalg_6/bug27782 diff --git a/tests/bugs/modalg_6/bug27782 b/tests/bugs/modalg_6/bug27782 new file mode 100644 index 0000000000..b1a6b50420 --- /dev/null +++ b/tests/bugs/modalg_6/bug27782 @@ -0,0 +1,18 @@ +puts "============" +puts "OCC27782" +puts "============" +puts "" +###################################################### +# Hidden Line Removal algorithm fails to handle filleted edges +###################################################### + +restore [locate_data_file bug27782_hlr.brep] result + +vinit +vdisplay result +vback +vfit +vhlr on +vhlrtype algo result + +checkview -screenshot -3d -path ${imagedir}/${test_image}.png -- 2.39.5