0027126: Create command checktrinfo to verify meshes
[occt.git] / tests / bugs / vis / bug25549_2
1 puts "============"
2 puts "CR25549"
3 puts "Visualization - do not crash on attempt to display the Angle dimension between two parallel lines"
4 puts "============"
5 puts ""
6 puts "Tests case of two edges with opposite lines directions"
7
8 pload MODELING VISUALIZATION
9 line Line1 0 0 0 1 0 0
10 copy Line1 Line2
11 reverse Line1
12 mkedge e1 Line1 0 50
13 mkedge e2 Line2 0 50
14
15 vinit View1
16 vclear
17 vaxo
18 vdisplay e1 e2
19 vdimension ad -angle -shapes e1 e2
20 vfit
21 checkview -screenshot -3d -path ${imagedir}/${test_image}.png