From: mkv Date: Fri, 21 Jul 2017 14:00:38 +0000 (+0300) Subject: Test for 0023025: OCC exception is raised when making an extrusion with draft angle... X-Git-Tag: V7_2_0_beta~26 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=60afea0a98761ef1c63cfd5f048393411c7d68e1;p=occt.git Test for 0023025: OCC exception is raised when making an extrusion with draft angle from a simple line --- 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