0029351: Boolean Operations create invalid pcurves
[occt.git] / tests / bugs / modalg_2 / bug19811
CommitLineData
3bea4c16 1puts "============"
2puts "OCC19811"
3puts "============"
4puts ""
5#######################################################################
6# Scaling problem. Appendix for NPAL19806
7#######################################################################
8
9set BugNumber OCC19811
10
11puts "Load shape ..."
12restore [locate_data_file bug19811_VanneMP_supports_tiges_V3.brep] result
13
14puts "Scaling operation ..."
15if [catch { tscale result 0 0 0 0.5 } catch_result] {
16 puts "Faulty ${BugNumber} : Scaling is wrong"
17}
18
58cf74e0 19checkprops result -s 1.6949e+06
20checkshape result
3bea4c16 21
a4eba920 22checknbshapes result -vertex 173 -edge 285 -wire 113 -face 113 -shell 1 -solid 1 -compsolid 0 -compound 0 -shape 686
3bea4c16 23vinit
24vdisplay result
25vfit
26
5747059b 27checkview -screenshot -3d -path ${imagedir}/${test_image}.png