]> OCCT Git - occt.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>
Mon, 30 Aug 2021 08:32:16 +0000 (11:32 +0300)
commit7ba9b75f32ee084f3e0823b76d29f1991866f251
treef894f33562f3fb59d04037751bf260c6c1923259
parent318ef167334d14132e748813c85afd602e277b7e
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]