0029395: Visualization, V3d_View - Grid disappears forever after enabling RayTracing
[occt.git] / tests / bugs / vis / bug346
CommitLineData
a87752f3 1puts "TODO OCC12345 ALL: An exception was caught"
2puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
3puts "TODO OCC12345 ALL: TEST INCOMPLETE"
4puts "================"
5puts "OCC346"
6puts "================"
7puts ""
8#####################################################
9## Avoiding exception when the 2 vertices of the edge are the same.
10#####################################################
11
12set x 10
13set y 10
14set z 10
15
16vertex v1 $x $y $z
17vertex v2 $x $y $z
18
19edge result v1 v2
20
5747059b 21checkview -display result -2d -path ${imagedir}/${test_image}.png
a87752f3 22