0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / v3d / dimensions / bug25549_2
CommitLineData
4d147bf2 1puts "============"
2puts "CR25549"
3puts "Visualization - do not crash on attempt to display the Angle dimension between two parallel lines"
0d828ac8 4puts "Tests case of two edges with opposite lines directions"
4d147bf2 5puts "============"
6puts ""
4d147bf2 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
0d828ac8 21vdump $imagedir/${casename}.png