]> OCCT Git - occt-copy.git/commit
0032332: Modeling Algorithms - Incorrect result of ShapeUpgrade_UnifySameDomain
authorjgv <jgv@opencascade.com>
Wed, 28 Apr 2021 19:54:03 +0000 (22:54 +0300)
committerjfa <jfa@opencascade.com>
Wed, 19 May 2021 09:14:57 +0000 (12:14 +0300)
commit537521203ba7014a3533a434971c295e6760cdce
tree52330238ce3dd0c08d893d0b48681ed53f01d0ab
parent0dc2c377fc5a2d8cf065f4ec005e356240cb484c
0032332: Modeling Algorithms - Incorrect result of ShapeUpgrade_UnifySameDomain

Method UnionPCurves of ShapeUpgrade_UnifySameDomain is modified: check of the range of new pcurves is added: if the range differs from the 3D-curve's one, the pcurves are being recomputed by projection.
src/ShapeUpgrade/ShapeUpgrade_UnifySameDomain.cxx
tests/bugs/heal/bug32332_1 [new file with mode: 0644]
tests/bugs/heal/bug32332_2 [new file with mode: 0644]