0024387: Tests - use system-independent fonts in test cases
[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
25set only_screen 1
26