1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_6/bug27282_1
nbv 243505b81b 0027300: Boolean operation produces invalid shape in terms of "bopargcheck" command
1. Check, if value found by math_PSO algorithm cannot be precised by math_NewtonMinimum algorithm. In this case, we call math_PSO algorithm repeatedly, however, with other parameters.

2. Some margin of edge tolerance value has been provided in IntTools_Tools class.

3. Interface of math_NewtonMinimum class has been changed (method GetStatus() has been added).

Correction of some test cases according to their new behavior.
2016-04-08 11:42:42 +03:00

33 lines
674 B
Plaintext

puts "============"
puts "OCC27282"
puts "============"
puts ""
###############################
## [Regression to 6.9.1] smesh/bugs_00/A6: Cut produces an empty shape
###############################
restore [locate_data_file bug27282_cmpd.brep] a
explode a
bclearobjects
bcleartools
baddobjects a_1
baddtools a_2
bfillds
# CUT-operation
bbop result 2
set log [bopargcheck result #F]
if { [string compare -nocase $log "Shape(s) seem(s) to be valid for BOP.\n"] } {
puts "ERROR. result is not valid for BOP"
}
checkshape result
checknbshapes result -solid 1 -face 4
checkprops result -v 2.96079e+007
checkview -display result -2d -path ${imagedir}/${test_image}.png