0031189: Draw Harness, ViewerTest - send messages to Message::DefaultMessenger()
[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#######################################################################
23fe70ec 8puts "REQUIRED All: Error: dimension geometry is invalid, -length dimension can't be built on input shapes"
85a975f1 9
6fb1a930 10vfont add [locate_data_file DejaVuSans.ttf] SansFont
11
85a975f1 12vinit View1
13vclear
14vaxo
15
16box b -10 -10 -10 20 20 20
17explode b F
18vdisplay b_1
19
20vpoint p 10 0 0
21
6fb1a930 22catch {vdimension len -length -shapes b_1 p -plane zox -font SansFont}
85a975f1 23
24vfit
25
5747059b 26checkview -screenshot -3d -path ${imagedir}/${test_image}.png
85a975f1 27