mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0025449: Excess vertex in result of General Fuse operation.
Changes: 1. class IntTools_EdgeFace method: Standard_Boolean IntTools_EdgeFace::CheckTouchVertex (const IntTools_CommonPrt& aCP, Standard_Real& aTx) The parametric size of the contact zone between vertex and face has been changed Test cases for issue CR25449
This commit is contained in:
31
tests/bugs/modalg_5/bug25449
Executable file
31
tests/bugs/modalg_5/bug25449
Executable file
@@ -0,0 +1,31 @@
|
||||
puts "================"
|
||||
puts "OCC25449"
|
||||
puts "================"
|
||||
puts ""
|
||||
#######################################################################
|
||||
# Excess vertex in result of General Fuse operation.
|
||||
#######################################################################
|
||||
|
||||
restore [locate_data_file bug25449_fz351.brep] b1
|
||||
restore [locate_data_file bug25449_ez679.brep] b2
|
||||
|
||||
bclearobjects
|
||||
bcleartools
|
||||
baddobjects b1 b2
|
||||
|
||||
bfillds -t
|
||||
bbuild result
|
||||
|
||||
set square 21.1115
|
||||
|
||||
set nb_v_good 4
|
||||
set nb_e_good 4
|
||||
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 11
|
||||
|
||||
set 3dviewer 1
|
Reference in New Issue
Block a user