mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-26 10:19:45 +03:00
pcurve as line isn't created to avoid incorrect parameterization Test case for issue CR24549 Test cases were corrected according to their new behavior
26 lines
533 B
Plaintext
Executable File
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
|