1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

Compare commits

...

1 Commits

Author SHA1 Message Date
abk
1b4f164625 0028713: Algorithm 'ShapeUpgrade_UnifySameDomain' does not report the history of removed shapes properly in the safe input mode
A 'Draw' test was created to reveal the problem.
2017-05-03 17:42:35 +03:00

View File

@@ -0,0 +1,15 @@
puts "TODO #28713 ALL: Error : is WRONG because number of EDGE"
readstl a [locate_data_file bug27767.stl]
unifysamedom b a -t 5e-2 -a 0.01047197551196597746154214461093
explode a e
compound result
for {set i 1} {$i <= 186} {incr i} {
if {[unifysamedomisdel a_${i}] == "The shape has been deleted\n"} {
add a_${i} result
}
}
checknbshapes result -edge 90