]> 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)
committerdpasukhi <dpasukhi@opencascade.com>
Sat, 6 Sep 2025 20:18:29 +0000 (21:18 +0100)
commit5faa86f3e545b41ccc1aefbe44236fd6f450433d
tree1053d988ba4df27c7bc79250e878c0c7987982f4
parent045c19b941cec0d5a386491b0c881099a8fdf445
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/ShapeUpgrade/ShapeUpgrade_UnifySameDomain.cxx
tests/bugs/modalg_8/bug33894 [new file with mode: 0644]