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
26 lines
626 B
Plaintext
26 lines
626 B
Plaintext
puts "========="
|
|
puts "OCC24861"
|
|
puts "========="
|
|
puts ""
|
|
###########################################################
|
|
# Extra solid is in the result of General Fuse Operation
|
|
###########################################################
|
|
|
|
restore [locate_data_file bug24861_b1.brep] b1
|
|
restore [locate_data_file bug24861_b2.brep] b2
|
|
|
|
explode b2
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects b1 b2_1 b2_2 b2_3 b2_4 b2_5 b2_6 b2_7
|
|
|
|
bfillds -s
|
|
bbuild result -s
|
|
|
|
checkprops result -s 1780.37
|
|
checkshape result
|
|
|
|
checknbshapes result -vertex 18 -edge 38 -wire 32 -face 29 -shell 9 -solid 7 -compsolid 0 -compound 1 -shape 134
|
|
set 2dviewer 1
|