mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-15 05:09:35 +08:00
5bd288265f
- 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