mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024628: Intersection result is unfixed
The map for collecting pave blocks of two faces has been replaced with indexed map to ensure the constant order of pave blocks when checking section curves for existents. Test case for issue CR24628
This commit is contained in:
18
tests/bugs/modalg_5/bug24628
Normal file
18
tests/bugs/modalg_5/bug24628
Normal file
@@ -0,0 +1,18 @@
|
||||
puts "========="
|
||||
puts "OCC24628"
|
||||
puts "========="
|
||||
puts ""
|
||||
#################################################################################
|
||||
# Intersection result is unfixed
|
||||
#################################################################################
|
||||
|
||||
restore [locate_data_file bug24628_shell2.brep] shell
|
||||
restore [locate_data_file bug24628_shellcut2.brep] cut
|
||||
|
||||
bsection result shell cut
|
||||
|
||||
set nb_v_good 15
|
||||
set nb_e_good 14
|
||||
|
||||
set 2dviewer 1
|
||||
|
Reference in New Issue
Block a user