0032208: Tests - refactor visualization tests to cover several graphic drivers
[occt.git] / tests / v3d / dimensions / bug26035_3
CommitLineData
85a975f1 1puts "============"
0d828ac8 2puts "CR26035: Drawing dimension between edge and vertex"
85a975f1 3puts "============"
4puts ""
85a975f1 5
0d828ac8 6pload MODELING VISUALIZATION
6fb1a930 7vfont add [locate_data_file DejaVuSans.ttf] SansFont
8
85a975f1 9vinit View1
10vclear
11vaxo
12
13vertex v1 10 -10 0
14vertex v2 10 10 0
15edge e v1 v2
16vdisplay e
17
18vertex v3 10 0 10
19vdisplay v3
20
6fb1a930 21vdimension len -length -shapes e v3 -plane yoz -font SansFont
85a975f1 22
23vfit
0d828ac8 24vdump $imagedir/${casename}.png