]> OCCT Git - occt-copy.git/commit
0032140: Modeling Algorithms - unify same domain calls crossed for opposite vectors
authorjgv <jgv@opencascade.com>
Mon, 5 Oct 2020 20:39:08 +0000 (23:39 +0300)
committerjfa <jfa@opencascade.com>
Fri, 19 Mar 2021 13:20:06 +0000 (16:20 +0300)
commit53878a3f864552270eb2ce642849ca1c1489a2a6
tree2b3b94726cddc054c98f712408c51c2678095e94
parentb3fbada77175449bc0a29066ba913ce1514a65e9
0032140: Modeling Algorithms - unify same domain calls crossed for opposite vectors

1. Correct unification of circular edges: avoid trying to make an axis with null magnitude.
2. New method UnionPCurves: unify existing pcurves of chain instead of projecting the curve of unified edge onto surfaces
src/ShapeUpgrade/ShapeUpgrade_UnifySameDomain.cxx
src/ShapeUpgrade/ShapeUpgrade_UnifySameDomain.hxx
tests/boolean/removefeatures/A1
tests/boolean/removefeatures/A8
tests/bugs/heal/bug31524 [new file with mode: 0644]
tests/bugs/heal/bug31778 [new file with mode: 0644]
tests/bugs/heal/bug32140 [new file with mode: 0644]