0025574: gp_YawPitchRoll Euler Angle computation gives wrong results - warnings
[occt.git] / tests / bugs / vis / bug25549_1
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 the same line but different end points parameters"
7pload MODELING VISUALIZATION
8line l 0 0 0 1 0 0
9mkedge e1 l 50 100
10mkedge e2 l 50 0
11
12vinit View1
13vclear
14vaxo
15vdisplay e1 e2
16vdimension ad -angle -shapes e1 e2
17vfit
18
19set only_screen 1
20
21
22