1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-08 18:40:55 +03:00
occt/tests/bugs/modalg_1/bug10232
pkv a34f083b8c 0024914: Micro edge is created during Boolean Operations
class IntAna_QuadQuadGeo
The changes have been done to provide the treatment the cases
when the value of the angle between the planes is small and
the origin of intersection line should be refined.

class IntTools_FaceFace
The changes have been done to provide the treatment of faces
in cases when both are based on planar surfaces.
The UV-bounds have been extended to provide correct solutions
as it has been done for all other cases with plane-based faces.

Added test case bugs/modalg_5/bug24914
Modified length of result shape in test case bugs/modalg_1/bug10232
2014-05-15 17:46:34 +04:00

39 lines
853 B
Plaintext
Executable File

puts "TODO OCC11111 ALL: Error : Result shape is WRONG"
puts "============"
puts "OCC10232"
puts "============"
puts ""
#######################################################################
# Exception "Segmentation violation" in Boolean Operations
#######################################################################
set BugNumber OCC10232
puts "Load first shape ..."
restore [locate_data_file OCC10232_ms1.brep] b1
puts "Load second shape ..."
restore [locate_data_file OCC10232_ms2.brep] b2
puts "Prepare boolean operation ..."
bop b1 b2
puts "Start boolean operation ..."
bopsection result
puts "Finish boolean operation ..."
set length 3331.35
set nb_v_good 1197
set nb_e_good 1182
set nb_w_good 0
set nb_f_good 0
set nb_sh_good 0
set nb_sol_good 0
set nb_compsol_good 0
set nb_compound_good 1
set nb_shape_good 2380
set 2dviewer 1