]> OCCT Git - occt.git/commit
30046: Modeling Algorithms - Cannot find necessary projection of the curve
authorknosulko <knosulko@opencascade.com>
Fri, 20 Aug 2021 09:39:26 +0000 (12:39 +0300)
committerknosulko <knosulko@opencascade.com>
Tue, 21 Sep 2021 08:47:13 +0000 (11:47 +0300)
commitb1c1cda3d82ae3084b8ef6aecdb648daca48f8a8
tree91e550ab2a553b0cd073ccf641f085373bebf885
parent812ee2c9bec89902de2ff85201cb314e0de894cc
30046: Modeling Algorithms - Cannot find necessary projection of the curve

move algorithm of obtaining results from function gproject to method ProjLib_CompProjectedCurve::Perform;
fix tolerances in ProjLib_PrjResolve::ProjLib_PrjResolve;
new treatment of myMaxDist;
use extend bounds in approximation;
add test.
src/GeometryTest/GeometryTest_CurveCommands.cxx
src/ProjLib/ProjLib_CompProjectedCurve.cxx
src/ProjLib/ProjLib_CompProjectedCurve.hxx
src/ProjLib/ProjLib_PrjResolve.cxx
tests/bugs/moddata_3/bug30046 [new file with mode: 0644]