]> OCCT Git - occt.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)
committerbugmaster <bugmaster@opencascade.com>
Fri, 16 Apr 2021 12:24:04 +0000 (15:24 +0300)
commit91e51cb0f2ec0b59d21abb582498ea30d2d4c096
tree4b0021299e5005ef5ef7a4b67ba0a9759083f7d3
parentbb00fe27138951090f34171b34c8e52a3b5382f7
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]