0023950: Names and visibility of points not saved when writing XCAF Document into...
[occt.git] / tests / bugs / xde / bug125_2
CommitLineData
0e94a94e 1puts "================"
2puts "OCC125"
3puts "================"
4puts ""
5##################################
6## Exception during usage ShapeFix_Shell class.
7##################################
8
9restore [locate_data_file OCC125-2.brep] shell2
10
11fixshape result shell2 1e-7
352ffd73 12checkshape result
0e94a94e 13
14set square 282.743
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