0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / xde / bug34
CommitLineData
0e94a94e 1puts "================"
2puts "OCC34"
3puts "================"
4puts ""
5###################################################
6## After work of function fixmeassingseam on attached face result is invalid.
7###################################################
8
9restore [locate_data_file OCC34.brep] sh
10
11fixshape result sh 1.e-7 1
12
352ffd73 13checkshape result
0e94a94e 14set square 116.889
15
16set prop "square"
17set mass $square
18regexp {Mass +: +([-0-9.+eE]+)} [sprops result] full m
19
20if { [string compare "$mass" "empty"] != 0 } {
21 if { $m == 0 } {
22 puts "Error : The command is not valid. The $prop is 0."
23 }
24 if { $mass > 0 } {
25 puts "The expected $prop is $mass"
26 }
27 #check of change of square is < 1%
28 if { ($mass != 0 && [expr 1.*abs($mass - $m)/$mass] > 0.01) || ($mass == 0 && $m != 0) } {
29 puts "Error : The $prop of result shape is $m"
30 }
31} else {
32 if { $m != 0 } {
33 puts "Error : The command is not valid. The $prop is $m"
34 }
35}
36
37set 2dviewer 0
38