mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-08 18:40:55 +03:00
Splitting of subgroups bugs/modalg and bugs/moddata to optimise time of testing Correction of end file in group v3d Small correction of test case
36 lines
752 B
Plaintext
Executable File
36 lines
752 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
|
|
|
|
set nb_v_good 173
|
|
set nb_e_good 285
|
|
set nb_w_good 113
|
|
set nb_f_good 113
|
|
set nb_sh_good 1
|
|
set nb_sol_good 1
|
|
set nb_compsol_good 0
|
|
set nb_compound_good 0
|
|
set nb_shape_good 686
|
|
|
|
vinit
|
|
vdisplay result
|
|
vfit
|
|
|
|
set only_screen 0
|