0029395: Visualization, V3d_View - Grid disappears forever after enabling RayTracing
[occt.git] / tests / bugs / vis / bug26035_2
CommitLineData
85a975f1 1puts "============"
2puts "CR26035"
3puts "============"
4puts ""
5#######################################################################
6# Exception when trying to draw dimension between face and point
7#######################################################################
8
6fb1a930 9vfont add [locate_data_file DejaVuSans.ttf] SansFont
10
85a975f1 11vinit View1
12vclear
13vaxo
14
15box b -10 -10 -10 20 20 20
16explode b F
17vdisplay b_1
18
19vpoint p 10 0 0
20
6fb1a930 21catch {vdimension len -length -shapes b_1 p -plane zox -font SansFont}
85a975f1 22
23vfit
24
5747059b 25checkview -screenshot -3d -path ${imagedir}/${test_image}.png
85a975f1 26