]> OCCT Git - occt-copy.git/commit
0030932: Modeling Algorithms - Invalid result on 2d curve on surface approximation
authoraml <aml@opencascade.com>
Fri, 13 Sep 2019 08:47:17 +0000 (11:47 +0300)
committeranv <anv@opencascade.com>
Mon, 27 Jul 2020 10:52:20 +0000 (13:52 +0300)
commit5cfe1328e7d21d20ca6f72b5ab50bb68a05b48c5
tree98ed00de94f25ec8f486de701e8a49dbfc0b7f4f
parentfd47711d682be943f0e0a13d1fb54911b0499c31
0030932: Modeling Algorithms - Invalid result on 2d curve on surface approximation

New method generating 3D curve is added when 2D curve is linear isoline.
12 files changed:
src/Approx/Approx_CurveOnSurface.cxx
src/Approx/Approx_CurveOnSurface.hxx
src/BRepAlgo/BRepAlgo_NormalProjection.cxx
src/BRepFill/BRepFill_Sweep.cxx
src/Draft/Draft_Modification_1.cxx
src/GeomInt/GeomInt_IntSS_1.cxx
src/GeomPlate/GeomPlate_BuildPlateSurface.cxx
src/GeomProjLib/GeomProjLib.cxx
src/GeometryTest/GeometryTest_CurveCommands.cxx
src/GeomliteTest/GeomliteTest_CurveCommands.cxx
src/ProjLib/ProjLib_ProjectedCurve.cxx
tests/bugs/moddata_3/bug30932 [new file with mode: 0644]