]> OCCT Git - occt-copy.git/commit
0029745: Modeling Data - GeomAdaptor_Surface::VIntervals fails on periodic surfaces
authorakaftasev <akaftasev@opencascade.com>
Fri, 15 Jan 2021 07:50:18 +0000 (10:50 +0300)
committerakaftasev <akaftasev@opencascade.com>
Tue, 16 Feb 2021 09:04:15 +0000 (12:04 +0300)
commitb459883314965d74a0a11137b805d08b34fa037f
tree364a5c0198c6c1900dd7be1aa621dfe522d690d5
parent92f8ec2f01ac8abf1d54576941e7ba1f4c8112a4
0029745: Modeling Data - GeomAdaptor_Surface::VIntervals fails on periodic surfaces

Fixed GeomAdaptor_Curve::LocalContinuity() for periodic surface within one period
Fixed GeomAdaptor_Curve::NbIntervals() method to periodic curves
Fixed GeomAdaptor_Curve::Intervals() method to periodic curves
14 files changed:
src/GeomAdaptor/GeomAdaptor_Curve.cxx
src/QABugs/QABugs_20.cxx
tests/bugs/modalg_6/bug25908
tests/hlr/exact_hlr/A1
tests/hlr/exact_hlr/C20
tests/hlr/exact_hlr/D4
tests/hlr/exact_hlr/D5
tests/hlr/poly_hlr/A1
tests/hlr/poly_hlr/A2
tests/hlr/poly_hlr/A3
tests/hlr/poly_hlr/A4
tests/hlr/poly_hlr/A5
tests/hlr/poly_hlr/A6
tests/hlr/poly_hlr/A7