mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
Test for 0023025: OCC exception is raised when making an extrusion with draft angle from a simple line
This commit is contained in:
parent
63bd365eed
commit
60afea0a98
18
tests/bugs/moddata_3/bug23025
Normal file
18
tests/bugs/moddata_3/bug23025
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user