]> OCCT Git - occt.git/commit
Modeling - General Fuse (BOPAlgo_PaveFiller) optimization #514
authorDmitrii Kulikov <164657232+AtheneNoctuaPt@users.noreply.github.com>
Thu, 15 May 2025 23:03:44 +0000 (00:03 +0100)
committerdpasukhi <dpasukhi@opencascade.com>
Mon, 19 May 2025 21:22:06 +0000 (22:22 +0100)
commit86c72171bfff99a78e57672dbcc409f17ef2df58
tree4d1d9559e521a283d0946aaaf250dac097ebcee9
parentbdad8f51b4b4dc5b55301891e5d4d334296e1485
Modeling - General Fuse (BOPAlgo_PaveFiller) optimization #514

Adding a null check for the triangulation in BRep_Tool::IsClosed.
Simplifying index lookup logic in BOPDS_DS.
Introducing helper functions (IsPlaneFF and IsClosedFF) and updating iteration loops in BOPAlgo_PaveFiller_6 for improved clarity and robustness.
src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx
src/BOPDS/BOPDS_DS.cxx
src/BRep/BRep_Tool.cxx