mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Changes: class IntTools_FaceFace - static function: void CorrectSurfaceBoundaries(const TopoDS_Face& theFace, const Standard_Real theTolerance, Standard_Real& theumin, Standard_Real& theumax, Standard_Real& thevmin, Standard_Real& thevmax) Remove unnecessary broadening of UV-bounds for the faces based on the sperical surfaces. Test case for issue CR24400
30 lines
616 B
Plaintext
30 lines
616 B
Plaintext
puts "============"
|
|
puts "OCC23991"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Missing section edge between two faces.
|
|
#######################################################################
|
|
|
|
set BugNumber OCC23991
|
|
|
|
restore [locate_data_file bug23991_f1.brep] b1
|
|
restore [locate_data_file bug23991_Plane_1.brep] b2
|
|
|
|
bop b1 b2
|
|
bopsection result
|
|
|
|
set nb_v_good 2
|
|
set nb_e_good 1
|
|
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 4
|
|
|
|
set nb_info [nbshapes result]
|
|
|
|
set 2dviewer 1
|