]> 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, 25 Jan 2022 18:54:13 +0000 (21:54 +0300)
commit9eee5ab7e413dccc6db1124327e8841e85854381
tree9e3b166780aa437049bd1e71d16535d80f4fed2c
parent5614b1369a232f43e59cb9be4f5f8efd2075608d
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]