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/bug23782
emv 97acf541ac 0023782: Intersection algorithm produces wrong section curves for the attached faces
The fix is to keep the correlation between numbers of segments in U and V parametric directions (nbu and nbv).
When minimal of these numbers (f.e. nbu) is set to default minimal value (10), other (nbv) is set to Min(30, nbv*(default/nbu)). 30 is used to avoid too small segments.
Added test case bugs/modalg_5/bug23782
2013-07-12 12:23:01 +04:00

20 lines
444 B
Plaintext

puts "========="
puts "OCC23782"
puts "========="
puts ""
#################################################################################
# Intersection algorithm produces wrong section curves for the attached faces
#################################################################################
restore [locate_data_file bug23782_c.brep] f
explode f
bsection result f_1 f_2
set nbsh_t 1
set nb_v_good 2
set nb_e_good 1
set 2dviewer 0