]> OCCT Git - occt.git/commit
Modelling - GeomFill_CorrectedFrenet hangs in some cases (#630)
authorDmitrii Kulikov <164657232+AtheneNoctuaPt@users.noreply.github.com>
Mon, 21 Jul 2025 10:10:27 +0000 (11:10 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Jul 2025 10:10:27 +0000 (11:10 +0100)
commit3c2774ea5d580cec828b024640f82fcfbe54f4e8
treee4740c9c0d8bb4f9204d3c6d830b0cb47ce533f8
parente837ec8486737389382f3b5355266600c59f3c1d
Modelling - GeomFill_CorrectedFrenet hangs in some cases (#630)

- Added parameter progression check to prevent infinite loops when step size becomes too small
- Improved code formatting and variable naming for better maintainability
- Added comprehensive test suite covering the infinite loop scenario and edge cases
src/ModelingAlgorithms/TKGeomAlgo/GTests/FILES.cmake
src/ModelingAlgorithms/TKGeomAlgo/GTests/GeomFill_CorrectedFrenet_Test.cxx [new file with mode: 0644]
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_CorrectedFrenet.cxx