From: abk Date: Wed, 3 May 2017 14:42:35 +0000 (+0300) Subject: 0028713: Algorithm 'ShapeUpgrade_UnifySameDomain' does not report the history of... X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FCR28713;p=occt-copy.git 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. --- diff --git a/tests/heal/unify_same_domain/B1 b/tests/heal/unify_same_domain/B1 new file mode 100644 index 0000000000..fd6ecdea83 --- /dev/null +++ b/tests/heal/unify_same_domain/B1 @@ -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