1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-26 10:19:45 +03:00
occt/tests/bugs/heal/bug210
ibs 012f20ac52 0024549: Faulty shape after IGES translation with xstep.cascade.unit set to M
pcurve as line isn't created to avoid incorrect parameterization
Test case for issue CR24549

Test cases were corrected according to their new behavior
2014-03-25 17:01:47 +04:00

26 lines
533 B
Plaintext
Executable File

puts "========="
puts " OCC210 "
puts "========="
puts ""
##################################################
# Improve FixShape to correct case of touching wires
##################################################
pload XDE
cpulimit 2500
set BugNumber OCC210
set filepath [locate_data_file UKI60591.stp]
if [catch { stepread $filepath a * } result] {
puts "Faulty ${BugNumber}: here is reading problem"
} else {
puts "Reading ${BugNumber} OK"
tpcompound r
fixshape result r
checkshape result
}
set 2dviewer 0