0030278: Foundation Classes - make IndexedMapNode as protected inside of NCollection_...
[occt.git] / tests / bugs / vis / bug641
CommitLineData
af65fb19 1puts "TODO OCC641 ALL: An exception was caught"
2puts "TODO OCC641 ALL: \\*\\* Exception \\*\\*.*"
3puts "TODO OCC641 ALL: Error : result shape is displayed wrongly"
4
352ffd73 5puts "================"
6puts "OCC641"
7puts "SAM1559"
8puts "================"
9puts ""
10#################################################
11## Exception during attemption to display shape ==>SAM1559 (#2901)
12#################################################
13
14restore [locate_data_file OCC641.brep] a
15
16vinit
17vdisplay a
18vfit
19
af65fb19 20copy a result
352ffd73 21
22if [catch {tmirror result 0 0 0 0 1 0 } res] {
23 puts "Error : function tmirror works wrongly"
24} else {
25 if [catch { vdisplay result } res] {
af65fb19 26 puts "Error : result shape is displayed wrongly"
352ffd73 27 }
28 vfit
29}
30
5747059b 31checkview -screenshot -3d -path ${imagedir}/${test_image}.png
352ffd73 32