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
710 B
Plaintext
29 lines
710 B
Plaintext
puts "=========="
|
|
puts "OCC24470"
|
|
puts "=========="
|
|
puts ""
|
|
##################################################
|
|
# Wrong result done by General Fuse algorithm
|
|
##################################################
|
|
|
|
restore [locate_data_file bug24470_box.brep] b1
|
|
restore [locate_data_file bug24470_cone.brep] b2
|
|
restore [locate_data_file bug24470_cylinder.brep] b3
|
|
restore [locate_data_file bug24470_rotBox.brep] b4
|
|
restore [locate_data_file bug24470_rotCyl.brep] b5
|
|
restore [locate_data_file bug24470_sphere.brep] b6
|
|
restore [locate_data_file bug24470_torus.brep] b7
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects b1 b2 b3 b4 b5 b6 b7
|
|
bfillds
|
|
bbuild result
|
|
checkshape result
|
|
|
|
checkprops result -s 595443
|
|
set 2dviewer 1
|
|
|
|
|
|
|