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/bug26938_2
jgv bdae3beb87 0028802: The tolerance reached by approximator is used in creation of an edge, it is incorrect
Method IntTools_FaceFace::MakeCurve is modified: reached tolerances 2d and 3d of approximator are not used for edges.
2017-06-15 15:27:34 +03:00

30 lines
793 B
Plaintext

puts "TODO OCC28802 Linux: Error : The command is not valid. The area is 0"
puts "TODO OCC28802 Linux: Error : The area of result shape is 0"
puts "=========="
puts "OCC26938 "
puts "=========="
puts ""
#####################################################
# Boolean operations fail between two ellipsoids
#####################################################
restore [locate_data_file bug26938.brep] a
explode a
bcommon result a_1 a_2
# Check shape validity
checkshape result
# Check area
checkprops result -s 3.52497e+006
# Check self-intersection
set info [bopcheck result]
if { [regexp "This shape seems to be OK" ${info}] != 1 } {
puts "Error : The result of General Fuse operation is self-interfered shape"
}
checkview -display result -2d -path ${imagedir}/${test_image}.png