0032155: Tests - remove broken command OCC280
[occt.git] / tests / bugs / vis / bug26035_2
1 puts "============"
2 puts "CR26035"
3 puts "============"
4 puts ""
5 #######################################################################
6 #  Exception when trying to draw dimension between face and point
7 #######################################################################
8 puts "REQUIRED All: Error: dimension geometry is invalid, -length dimension can't be built on input shapes"
9
10 vfont add [locate_data_file DejaVuSans.ttf] SansFont
11
12 vinit View1
13 vclear
14 vaxo
15
16 box b -10 -10 -10 20 20 20
17 explode b F
18 vdisplay b_1
19
20 vpoint p 10 0 0
21
22 catch {vdimension len -length -shapes b_1 p -plane zox -font SansFont}
23
24 vfit
25
26 checkview -screenshot -3d -path ${imagedir}/${test_image}.png
27