0027919: Visualization - support multiple transformation persistence groups within...
[occt.git] / tests / v3d / dimensions / bug26035_4
1 puts "============"
2 puts "CR26035: Drawing dimension between vertex and edge"
3 puts "============"
4 puts ""
5
6 pload MODELING VISUALIZATION
7 vfont add [locate_data_file DejaVuSans.ttf] SansFont
8
9 vinit View1
10 vclear
11 vaxo
12
13 vertex v1 10 -10 0
14 vertex v2 10 10 0
15 edge e v1 v2
16 vdisplay e
17
18 vertex v3 10 0 10
19 vdisplay v3
20
21 vdimension len -length -shapes v3 e -plane yoz -font SansFont
22
23 vfit
24 vdump $imagedir/${casename}.png