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_7/bug29887_1
nbv 4680b22c2c 0029887: Wrong result of CUT operation due to incorrect point-face classification
Use of input tolerance has been eliminated in Geom2dInt_GInter algorithm called from BRepClass_Intersector::Perform(...) method.
Now the input tolerance is used only for checking ON-status of classification.
2018-06-23 13:34:38 +03:00

25 lines
563 B
Plaintext

puts "========"
puts "OCC29887: Wrong result of CUT operation due to incorrect point-face classification"
puts "========"
puts ""
brestore [locate_data_file bug29887_ar_shape_to_cuts.brep] s1
brestore [locate_data_file bug29887_ar_cutting_shapes.brep] s2
bcut result s1 s2
checknbshapes result -face 2 -wire 2
checkshape result
if {[regexp "Faulties" [bopargcheck result]]} {
puts "Error: bopargcheck has found some faulties in result"
}
checkprops result -s 319.71
smallview
don result
fit
checkview -screenshot -2d -path ${imagedir}/${test_image}.png