mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Test for 0022487: Reading IGES file produces invalid shape
This commit is contained in:
16
tests/bugs/iges/bug22487_1
Normal file
16
tests/bugs/iges/bug22487_1
Normal file
@@ -0,0 +1,16 @@
|
||||
puts "TODO OCC22487 ALL: Faulty shapes in variables"
|
||||
|
||||
puts "========"
|
||||
puts "OCC22487"
|
||||
puts "========"
|
||||
puts ""
|
||||
##########################################################################
|
||||
# Reading IGES file produces invalid shape
|
||||
##########################################################################
|
||||
|
||||
igesread [locate_data_file bug22487_35puan.igs] result *
|
||||
|
||||
checkshape result
|
||||
|
||||
checkview -display result -3d -path ${imagedir}/${test_image}-3d.png
|
||||
checkview -display result -2d -path ${imagedir}/${test_image}-2d.png
|
14
tests/bugs/iges/bug22487_2
Normal file
14
tests/bugs/iges/bug22487_2
Normal file
@@ -0,0 +1,14 @@
|
||||
puts "========"
|
||||
puts "OCC22487"
|
||||
puts "========"
|
||||
puts ""
|
||||
##########################################################################
|
||||
# Reading IGES file produces invalid shape
|
||||
##########################################################################
|
||||
|
||||
igesread [locate_data_file bug22487_351_linz.igs] result *
|
||||
|
||||
checkshape result
|
||||
|
||||
checkview -display result -3d -path ${imagedir}/${test_image}-3d.png
|
||||
checkview -display result -2d -path ${imagedir}/${test_image}-2d.png
|
Reference in New Issue
Block a user