]> 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)
committerdpasukhi <dpasukhi@opencascade.com>
Fri, 5 Dec 2025 22:46:30 +0000 (22:46 +0000)
commit64ee2b1c65c79a2843ef56ebd2a1edb8bb4e61a0
treefa32c8a8c878c1e4097bb892a47e521dbd1b42e0
parent92d725117f36e5468cf3b4320aa8fbccf232e145
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/ChFi3d/ChFi3d_Builder_1.cxx