mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-08 18:40:55 +03:00
Test case tests/bugs/modalg/dxf906 was renamed to bug889 Adding test cases to tests/bugs/moddata Modified expressions puts [checkshape result]. Added command vzfit in end file in folder bugs. Unlocked command coordload in QABugs_3.cxx Modified test case bugs vis buc60738 Added test cases to modalg and moddata Added test cases to caf and fclasses Added test cases to group heal
33 lines
621 B
Plaintext
Executable File
33 lines
621 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC476"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Regression on reading e3i files with respect of OCC30 and OCC40
|
|
######################################################
|
|
|
|
restore [locate_data_file OCC485b.brep] s1
|
|
restore [locate_data_file OCC485a.brep] s2
|
|
|
|
checkshape s1
|
|
checkshape s2
|
|
|
|
bop s2 s1
|
|
bopcommon result
|
|
|
|
set nb_info [nbshapes result]
|
|
|
|
set square 105.587
|
|
|
|
set nb_v_good 15
|
|
set nb_e_good 26
|
|
set nb_w_good 12
|
|
set nb_f_good 12
|
|
set nb_sh_good 1
|
|
set nb_sol_good 1
|
|
set nb_compsol_good 0
|
|
set nb_compound_good 1
|
|
set nb_shape_good 68
|
|
|
|
set 2dviewer 0
|