From 8d27a37d800d783457462238e9a44713fd8a23a2 Mon Sep 17 00:00:00 2001 From: mkv Date: Thu, 10 Dec 2015 15:32:33 +0300 Subject: [PATCH] 0026427: Draft angle algorithm produces wrong shape Test case for issue CR26427 --- tests/bugs/modalg_6/bug26427 | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 tests/bugs/modalg_6/bug26427 diff --git a/tests/bugs/modalg_6/bug26427 b/tests/bugs/modalg_6/bug26427 new file mode 100755 index 0000000000..af7af6af81 --- /dev/null +++ b/tests/bugs/modalg_6/bug26427 @@ -0,0 +1,31 @@ +puts "============" +puts "OCC26427" +puts "============" +puts "" +############################### +## Draft angle algorithm produces wrong shape +############################### + +restore [locate_data_file OCC26426-prism_shape.brep] b1 + +explode b1 f + +depouille result b1 0 0 -1 b1_1 -10 0 0 -40 0 0 1 + +set square 2245.39 + +set nbshapes_expected " +Number of shapes in shape + VERTEX : 16 + EDGE : 24 + WIRE : 10 + FACE : 10 + SHELL : 1 + SOLID : 1 + COMPSOLID : 0 + COMPOUND : 0 + SHAPE : 62 +" +checknbshapes result -ref ${nbshapes_expected} -t -m "Shape produced by Draft angle algorithm" + +set 2dviewer 0