mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
This reverts commit c479c4f6d89ed7c5e33dd35a5e110f13776b7cab. The problem related with no changes on the ShapeHealing stage. ReShape do not propagated well for all scenarios. The test case update is not relevant.
16 lines
434 B
Plaintext
Executable File
16 lines
434 B
Plaintext
Executable File
puts "TODO OCC23638 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
|
|
|
puts "============"
|
|
puts "CR23638"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Reading IGES file produced invalid shape
|
|
#######################################################################
|
|
|
|
param read.surfacecurve.mode -3
|
|
|
|
igesread [locate_data_file bug23638_cadbad.igs] result *
|
|
|
|
checkshape result
|