Integration part of tests of grid chl
[occt.git] / tests / bugs / moddata / bug60825
CommitLineData
0e94a94e 1puts "========================"
2puts "BUC60825"
3puts "========================"
4
5pload QAcommands
6
7line aLine 0 0 0 0 0 1
8mkedge aEdge1 aLine
9restore [locate_data_file buc60825.brep] aEdge2
10puts [checkshape aEdge2]
11
12distmini d aEdge1 aEdge2
13regexp {NB RESULTS +: +([-0-9.+eE]+)} [BUC60825 aEdge1 aEdge2] full ext
14if { $ext != 0 } {
15 puts "Error : The extrema has not been calculated."
16}
17
18
19
20