mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
v0.0 I. New features: no new features II. Changes: II.1. class BOPAlgo_PaveFiller - method: void BOPAlgo_PaveFiller::PerformFF() Prepare data to the filter BOPAlgo_PaveFiller::::CheckPlanes(...). - method: Standard_Boolean BOPAlgo_PaveFiller::CheckPlanes(const Standard_Integer nF1, const Standard_Integer nF2)const 1)The contents of the filter has been updated by all vertices of the faces images. 2)The method declared as const III. Modified entities: packages: BOPAlgo Test cases for issue CR24247
39 lines
978 B
Plaintext
39 lines
978 B
Plaintext
puts "========="
|
|
puts "OCC24247"
|
|
puts "========="
|
|
puts ""
|
|
###########################################################
|
|
# Wrong result obtained by General Fuse algorithm
|
|
###########################################################
|
|
|
|
restore [locate_data_file bug24247_Box.brep] b1
|
|
restore [locate_data_file bug24247_InsideBox.brep] b2
|
|
restore [locate_data_file bug24247_c1.brep] b3
|
|
restore [locate_data_file bug24247_c2.brep] b4
|
|
restore [locate_data_file bug24247_c3.brep] b5
|
|
restore [locate_data_file bug24247_plane_1.brep] b6
|
|
restore [locate_data_file bug24247_plane_2.brep] b7
|
|
restore [locate_data_file bug24247_plane_3.brep] b8
|
|
restore [locate_data_file bug24247_plane_4.brep] b9
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects b1 b2 b3 b4 b5 b6 b7 b8 b9
|
|
|
|
bfillds
|
|
bbuild result
|
|
|
|
set square 260611
|
|
|
|
set nb_v_good 44
|
|
set nb_e_good 108
|
|
set nb_w_good 74
|
|
set nb_f_good 74
|
|
set nb_sh_good 17
|
|
set nb_sol_good 17
|
|
set nb_compsol_good 0
|
|
set nb_compound_good 1
|
|
set nb_shape_good 335
|
|
|
|
set 2dviewer 1
|