0026035: Length dimension can't be built between two vertices in Draw
[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
9vinit View1
10vclear
11vaxo
12
13box b -10 -10 -10 20 20 20
14explode b F
15vdisplay b_1
16
17vpoint p 10 0 0
18
19catch {vdimension len -length -shapes b_1 p -plane zox}
20
21vfit
22
23set only_screen 1
24