]> OCCT Git - occt.git/commit
Modeling - Fix null surface crash in UnifySameDomain (#624)
authorSander Adamson <sander.adamson@cloudnc.com>
Fri, 1 Aug 2025 08:47:28 +0000 (09:47 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Aug 2025 08:47:28 +0000 (09:47 +0100)
commit65742e7375ff71a022eda677778a25b6bb14650a
treed6aa5413b60ed25c046954ccad15a8c17fc9d843
parentcac9d357e8cd009a0e65afa4652297567be5b874
Modeling - Fix null surface crash in UnifySameDomain (#624)

- Added null safety checks in the ClearRts function and IntUnifyFaces method
- Refactored ClearRts to use a more concise implementation with null handling
- Added a test case to verify the fix works with tessellated geometry
src/ModelingAlgorithms/TKShHealing/ShapeUpgrade/ShapeUpgrade_UnifySameDomain.cxx
tests/bugs/modalg_8/bug33894 [new file with mode: 0644]