0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_4 / pro19424
CommitLineData
0e94a94e 1
2puts "=========="
3puts "PRO19424"
4puts "=========="
5
6restore [locate_data_file pro19424a.brep] b
352ffd73 7checkshape b
0e94a94e 8restore [locate_data_file pro19424b.brep] p
352ffd73 9checkshape p
0e94a94e 10
85843588 11if [catch {evolved result -s b -p p -a } catch_result] {
0e94a94e 12 puts "Faulty PRO19424 : function EVOLVED works wrongly"
13} else {
14 puts "PRO19424 OK: function EVOLVED works properly"
15}
16
58cf74e0 17checkprops result -s 246.506
18checkshape result
5747059b 19checkview -display result -2d -path ${imagedir}/${test_image}.png
0e94a94e 20