From 60afea0a98761ef1c63cfd5f048393411c7d68e1 Mon Sep 17 00:00:00 2001 From: mkv Date: Fri, 21 Jul 2017 17:00:38 +0300 Subject: [PATCH] Test for 0023025: OCC exception is raised when making an extrusion with draft angle from a simple line --- tests/bugs/moddata_3/bug23025 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/bugs/moddata_3/bug23025 diff --git a/tests/bugs/moddata_3/bug23025 b/tests/bugs/moddata_3/bug23025 new file mode 100644 index 0000000000..b8d5108266 --- /dev/null +++ b/tests/bugs/moddata_3/bug23025 @@ -0,0 +1,18 @@ +puts "================" +puts "OCC23025" +puts "================" +puts "" +####################################################################### +# OCC exception is raised when making an extrusion with draft angle from a simple line +####################################################################### + +restore [locate_data_file bug23025_u.brep] u + +explode u e +wire w u_1 u_2 u_3 + +draft result w 0 0 1 0.2 100 + +checkshape result + +checkview -display result -2d -path ${imagedir}/${test_image}.png