mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
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
35 lines
636 B
Plaintext
Executable File
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
|