0027958: Visualization, AIS_Trihedron - add shaded presentation option
[occt.git] / tests / bugs / vis / bug25549_1
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 the same line but different end points parameters"
7 pload MODELING VISUALIZATION
8 line l 0 0 0 1 0 0
9 mkedge e1 l 50 100
10 mkedge e2 l 50 0
11
12 vinit View1
13 vclear
14 vaxo
15 vdisplay e1 e2
16 vdimension ad -angle -shapes e1 e2
17 vfit
18
19 checkview -screenshot -3d -path ${imagedir}/${test_image}.png
20
21
22