1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-06-05 11:24:17 +03:00
occt/tests/bugs/xde/bug22826
apn 809eca9db6 Added test cases to folders /bugs/modalg and /bugs/moddata from chl grid.
Modified TODO in some offset cases.
Deleted the same test cases bug697_* in /bugs/modalg
Deleted test cases which is based on v2d commands
Added test cases to folder bugs
2013-01-25 16:22:41 +04:00

28 lines
596 B
Plaintext
Executable File

puts "============"
puts "OCC22826"
puts "============"
puts ""
#######################################################################
# Increasiong of perfomance of fixes applied during translation of STEP files.
#######################################################################
set BugNumber OCC22826
restore [locate_data_file bug22610_f1.brep] a
mksurface s1 a
proj s1 1500 1500 500 g
set x [lindex [length ext_2] end]
proj s1 1500 1500 500 t
set y [lindex [length ext_1] end]
# Resume
puts ""
if { $x == $y } {
puts "OK ${BugNumber}"
} else {
puts "Faulty ${BugNumber}"
}