1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
occt/tests/bugs/modalg_5/bug25228
pkv 6303cb1205 0025228: Wrong result of General Fuse operation for an edge and a face.
Changes:

class BOPTools_AlgoTools3D
method:
void BOPTools_AlgoTools3D::DoSplitSEAMOnFace
(const TopoDS_Edge& aSplit,
 const TopoDS_Face& aF)

The treatment of seam edges for the periodic surfaces has been changed.

Test case for issue CR25228
2014-09-18 14:51:21 +04:00

35 lines
636 B
Plaintext
Executable File

puts "================"
puts "OCC25228"
puts "================"
puts ""
#######################################################################
# Wrong result of General Fuse operation for an edge and a face.
#######################################################################
restore [locate_data_file bug25228_qs.brep] qs
explode qs
copy qs_1 b1
copy qs_2 b2
bclearobjects
bcleartools
baddobjects b1 b2
bfillds
bbuild result
set square 227.765
set nb_v_good 2
set nb_e_good 3
set nb_w_good 1
set nb_f_good 1
set nb_sh_good 0
set nb_sol_good 0
set nb_compsol_good 0
set nb_compound_good 1
set nb_shape_good 8
set 3dviewer 1