mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 10:10:56 +08:00
- Introduced `StackOfFrames` class to manage processing frames iteratively instead of recursively - Modified `killTrianglesAroundVertex` method to collect victim nodes in a provided container rather than recursively processing them - Replaced recursive depth-first traversal with iterative processing using the new stack-based approach