mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08: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
|