1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/vis/bug25549_1
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

23 lines
484 B
Plaintext

puts "============"
puts "CR25549"
puts "Visualization - do not crash on attempt to display the Angle dimension between two parallel lines"
puts "============"
puts ""
puts "Tests case of two edges with the same line but different end points parameters"
pload MODELING VISUALIZATION
line l 0 0 0 1 0 0
mkedge e1 l 50 100
mkedge e2 l 50 0
vinit View1
vclear
vaxo
vdisplay e1 e2
vdimension ad -angle -shapes e1 e2
vfit
checkview -screenshot -3d -path ${imagedir}/${test_image}.png