0023457: Slow text rendering
[occt.git] / tests / bugs / modalg / bug251_2
CommitLineData
a87752f3 1pload QAcommands
2
3puts "================"
4puts "OCC251"
5puts "================"
6puts ""
7###########################################################
8## Section of two faces f1 and f2 depends on order of arguments: section r1 f1 f2 and
9## section r2 f2 f1 give different results, one of result is invalid - overlapped edges.
10###########################################################
11
12restore [locate_data_file OCC251.brep] f
13explode f
352ffd73 14checkshape f_1
15checkshape f_2
a87752f3 16
17bsection result f_2 f_1
18explode result
19
20set status [OCC333 result_1 result_2]
21if {[llength ${status}] < 1} {
22 puts "OCC251 ERROR"
23} else {
24 regexp {([-0-9.+eE]+)} $status full code
25 if { ${code} == 3 || ${code} == 2 } {
26 puts "OCC251 OK (case 2) : Section command works properly"
27 } else {
28 puts "Faulty OCC251 (case 2): Section was made WRONGLY"
29 }
30}
31
32set length 1.
33set 2dviewer 0