]> OCCT Git - occt-copy.git/commit
0029430: [Regression] Curve evaluation at boundary point.
authornbv <nbv@opencascade.com>
Tue, 16 Jan 2018 13:03:01 +0000 (16:03 +0300)
committeremv <emv@opencascade.com>
Wed, 7 Aug 2019 05:26:55 +0000 (08:26 +0300)
commit51e75dba6c9b46b62c5a5c64acf786b66ae264a8
treecb35946ff59bdae2149c3c26e2c8376b579322a3
parentb008680dc0d8498c9fa6ee28cf1f7dcd86f1a884
0029430: [Regression] Curve evaluation at boundary point.

Before the fix, BRepAdaptor_CompCurve considered the input wire to be periodic with period LastParameter()-FirstParameter().
Now, method IsPeriodic will always return FALSE because it is impossible to obtain correspondence between the members of BRepAdaptor_CompCurve class and its periodicity status.
New behavior has been documented in upgrade-guide.
dox/dev_guides/upgrade/upgrade.md
src/BRepAdaptor/BRepAdaptor_CompCurve.cxx
src/BRepAdaptor/BRepAdaptor_CompCurve.hxx
src/BRepFill/BRepFill_PipeShell.cxx
src/QABugs/QABugs_20.cxx
tests/bugs/modalg_7/bug29430 [new file with mode: 0644]