mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03:00
- Added function checkprops, set default tolerance parameter to 1.0e-4 - Using "area" instead of "square". - Options "-equal\notequal" isn't used together with "-s" in blend and offset test cases. - Correct regressions/differences/improvements and CPU problem (set props tolerance to 0.1) - Corrected test cases to use checkprops proc. - Correct image difference - Updated TODOs in test cases. - Updated test cases to get correct images of result shape
29 lines
678 B
Plaintext
Executable File
29 lines
678 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC23214"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# BOP section operation produces incorrect result.
|
|
#######################################################################
|
|
|
|
restore [locate_data_file OCC23214-face_1188.brep] b1
|
|
restore [locate_data_file OCC23214-shell_for_line_1188.brep] b2
|
|
|
|
bop b1 b2
|
|
bopsection result
|
|
|
|
checkprops result -l 2.94086
|
|
checkshape result
|
|
checksection result
|
|
set nb_good_vertex 4
|
|
set nb_good_edge 2
|
|
set nb_good_wire 0
|
|
set nb_good_face 0
|
|
set nb_good_shell 0
|
|
set nb_good_solid 0
|
|
set nb_good_compsolid 0
|
|
set nb_good_compound 1
|
|
set nb_good_shape 7
|
|
|
|
set 2dviewer 0
|