]> 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)
committerGitHub <noreply@github.com>
Thu, 15 May 2025 23:03:44 +0000 (00:03 +0100)
commit7b016e5c283714f8be3b1906a3e0701d842dbe47
tree9e596d38ad34980a88dd2b6e791fce0c789a9925
parenta56d85bf15a5b1d695be69cd321760862e8aa588
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/ModelingAlgorithms/TKBO/BOPAlgo/BOPAlgo_PaveFiller_6.cxx
src/ModelingAlgorithms/TKBO/BOPDS/BOPDS_DS.cxx
src/ModelingData/TKBRep/BRep/BRep_Tool.cxx