]> 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)
committerbugmaster <bugmaster@opencascade.com>
Thu, 18 Mar 2021 17:04:36 +0000 (20:04 +0300)
commitf0ac52281dc44d734b7215f28b0616e9540e1f94
tree4ab3a0a5aa9d909ed4f942b290478e5d77a1a2a1
parent60cbc333da7063adfbde9a70f02bda57dfa7781f
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]