mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
A node index for a normal is passed through a map of corrected references to node indices. Test case for issue CR24675
22 lines
572 B
Plaintext
Executable File
22 lines
572 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC22092"
|
|
puts "================"
|
|
puts ""
|
|
######################################################################################
|
|
# Crash of application on attempt to load a VRML file with all degenerated triangles
|
|
######################################################################################
|
|
|
|
loadvrml result [locate_data_file OCC22092-sk97.wrl]
|
|
|
|
set nb_v_good 16
|
|
set nb_e_good 25
|
|
set nb_w_good 13
|
|
set nb_f_good 13
|
|
set nb_sh_good 2
|
|
set nb_sol_good 0
|
|
set nb_compsol_good 0
|
|
set nb_compound_good 10
|
|
set nb_shape_good 79
|
|
|
|
set 3dviewer 0
|