mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03:00
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
39 lines
853 B
Plaintext
Executable File
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
|
|
|