mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
This reverts commit c479c4f6d8
.
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
|