0023457: Slow text rendering
[occt.git] / tests / bugs / modalg / buc60865
CommitLineData
0e94a94e 1
2puts "============"
3puts "BUC60865"
4puts "BUC60864"
5puts "============"
6puts ""
7##########################
8## Section gives duplicate edges.
9##########################
10
11restore [locate_data_file BUC60865_sh6.brep] sh
352ffd73 12checkshape sh
0e94a94e 13
14plane pl 1.1 0.99999 1 0 1 0
15mkface f pl
16bsection result sh f
17
0e94a94e 18set nb_info [nbshapes result]
19regexp {EDGE +: +([-0-9.+eE]+)} $nb_info full ed
20
21if { $ed == 5 } {
22 puts " BUC60865 : SECTION operation was made properly"
23} else {
24 puts "Faulty BUC60865: SECTION operation was made wrongly"
25}
26set length 4.5
27set 2dviewer 0
28