]> OCCT Git - occt.git/commit
0032701: Modeling Algorithms - 2d curve has bending near the degenerated edge of...
authorifv <ifv@opencascade.com>
Thu, 2 Dec 2021 14:02:17 +0000 (17:02 +0300)
committersmoskvin <smoskvin@opencascade.com>
Tue, 26 Apr 2022 09:50:31 +0000 (12:50 +0300)
commit04ecb233f283d669e9f90f11500ae06cfca3d6ab
tree5203a08cae26ca64d28c7be93e7d049345dc3152
parentdbfb0666b23a1dbdb7376eab28a2beb24c23c1cc
0032701: Modeling Algorithms - 2d curve has bending near the degenerated edge of the face

ApproxInt_Approx, ApproxInt_KnotTools, BRepApprox_Approx,
GeomInt_IntSS, IntTools_FaceFace:
  Analysis of curvature is added for adjusting ParametrizationType

IntPatch_Intersection.cxx - adding methods for estimation of UV max step depending on used surfaces

GeomInt_IntSS.cxx, IntTools_FaceFace.cxx - using methods for max step estimation

Approx_SameParameter.cxx - adding control against big values.

BOPAlgo_PaveFiller_6.cxx - adjusting position of faces before intersection
22 files changed:
src/Approx/Approx_SameParameter.cxx
src/ApproxInt/ApproxInt_Approx.gxx
src/ApproxInt/ApproxInt_KnotTools.cxx
src/ApproxInt/ApproxInt_KnotTools.hxx
src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx
src/BRepApprox/BRepApprox_Approx.hxx
src/GeomInt/GeomInt_IntSS.cxx
src/GeomInt/GeomInt_IntSS.hxx
src/GeomInt/GeomInt_IntSS_1.cxx
src/GeomInt/GeomInt_WLApprox.hxx
src/IntPatch/IntPatch_Intersection.cxx
src/IntPatch/IntPatch_Intersection.hxx
src/IntPatch/IntPatch_PrmPrmIntersection.cxx
src/IntPatch/IntPatch_RstInt.cxx
src/IntTools/IntTools_FaceFace.cxx
src/IntWalk/IntWalk_PWalking.cxx
tests/lowalgos/intss/bug24472
tests/lowalgos/intss/bug27190
tests/lowalgos/intss/bug27664_1
tests/lowalgos/intss/bug28764
tests/lowalgos/intss/bug29972_3
tests/lowalgos/intss/bug32701 [new file with mode: 0644]