mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
18 lines
527 B
Plaintext
18 lines
527 B
Plaintext
puts "TODO OCC22394 ALL: Faulty shapes in variables"
|
|
|
|
puts "========"
|
|
puts "OCC22394"
|
|
puts "========"
|
|
puts ""
|
|
##########################################################################
|
|
# Not valid shape after read iges
|
|
##########################################################################
|
|
|
|
igesbrep [locate_data_file bug22394_029225A2S0.igs] a *
|
|
tpcompound result
|
|
|
|
checkshape result
|
|
|
|
checkview -display result -3d -path ${imagedir}/${test_image}-3d.png
|
|
checkview -display result -2d -path ${imagedir}/${test_image}-2d.png
|