]> OCCT Git - occt.git/commit
Modeling - BRepFilletAPI_MakeFillet::Add hangs on adding edge (#859)
authorDmitrii Kulikov <164657232+AtheneNoctuaPt@users.noreply.github.com>
Thu, 27 Nov 2025 13:38:35 +0000 (13:38 +0000)
committerGitHub <noreply@github.com>
Thu, 27 Nov 2025 13:38:35 +0000 (13:38 +0000)
commit5f40d892d205afde10de0c584e68b4ab5df32a01
tree7fca9e1ec9c6ceac1d0b56cd5b0acfd46f04552b
parentc04f5e0b4c7287872ea1843939d3a835270eafb5
Modeling - BRepFilletAPI_MakeFillet::Add hangs on adding edge (#859)

- Refactored the `ReorderFaces` function to iterate through all edges at a vertex instead of assuming only two edges exist
- Replaced manual face swapping with `std::swap` for cleaner code
- Removed debug output statements and unused debug declarations
src/ModelingAlgorithms/TKFillet/ChFi3d/ChFi3d_Builder_1.cxx