0030969: Coding Rules - refactor Quantity_Color.cxx color table definition
[occt.git] / tests / bugs / vis / bug26035_1
1 puts "============"
2 puts "CR26035"
3 puts "============"
4 puts ""
5 #######################################################################
6 #  Dimension drawing between two vertices
7 #######################################################################
8
9 vfont add [locate_data_file DejaVuSans.ttf] SansFont
10
11 vinit View1
12 vclear
13 vaxo
14
15 set x1 10
16 set y1 0
17 set z1 0
18
19 set x2 10
20 set y2 0
21 set z2 10
22
23 vertex v1 $x1 $y1 $z1
24 vertex v2 $x2 $y2 $z2
25
26 vdimension len -length -shapes v1 v2 -plane yoz -font SansFont
27
28 vfit
29
30 checkview -screenshot -3d -path ${imagedir}/${test_image}.png
31