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/bug30590_1
jgv 9369e98a62 0030590: Wrong result of Boolean Cut algorithm
Modification in static method BoundedArc of IntStart_SearchOnBoundaries:
    add exact intersection of canonical curve-surface (when Func is IntPatch_ArcFunction).
2019-05-24 12:11:52 +03:00

22 lines
547 B
Plaintext

puts "==============================================="
puts "OCC30590: Wrong result of Boolean Cut algorithm"
puts "==============================================="
puts ""
binrestore [locate_data_file bug30590_cut_argument1.bin] a
binrestore [locate_data_file bug30590_cut_tool1.bin] b
bcut result a b
checkshape result
checknbshapes result -solid 1 -shell 1 -face 15 -wire 15 -edge 39 -vertex 26
set tolres [checkmaxtol result]
if { ${tolres} > 0.005} {
puts "Error: bad tolerance of result"
}
checkprops result -v 5639.93 -deps 1.e-7