mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
IntTools/IntTools_BeanFaceIntersector.cxx - calculation of deflection for surface bnd box is added tests/bugs/modalg_8/bug32942,bug32943,bug32944,bug32945 - new test cases added
20 lines
572 B
Plaintext
20 lines
572 B
Plaintext
puts "========================================================================="
|
|
puts "OCC32944: Modeling Algorithms - Boolean operation Common has no result in specific example"
|
|
puts "========================================================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug32944.brep] a
|
|
explode a
|
|
|
|
bcommon result a_1 a_2
|
|
|
|
checkshape result
|
|
|
|
checknbshapes result -vertex 8 -edge 12 -wire 6 -face 6 -shell 1 -solid 1
|
|
|
|
checkmaxtol result -min_tol 1.e-5
|
|
|
|
checkprops result -s 36741.6
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|