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