1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-10 18:51:21 +03:00
occt/tests/bugs/modalg_2/bug19811

27 lines
694 B
Plaintext
Executable File

puts "============"
puts "OCC19811"
puts "============"
puts ""
#######################################################################
# Scaling problem. Appendix for NPAL19806
#######################################################################
set BugNumber OCC19811
puts "Load shape ..."
restore [locate_data_file bug19811_VanneMP_supports_tiges_V3.brep] result
puts "Scaling operation ..."
if [catch { tscale result 0 0 0 0.5 } catch_result] {
puts "Faulty ${BugNumber} : Scaling is wrong"
}
set square 1.6949e+06
checknbshapes result -vertex 173 -edge 285 -wire 113 -face 113 -shell 1 -solid 1 -compsolid 0 -compound 0 -shape 686
vinit
vdisplay result
vfit
set only_screen 0