mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-06 10:36:12 +03:00
BRepMesh_Classifier: Two-pass approach for intersection check with possibility to run it in parallel mode. First pass - bounding boxes of segments are checked for overlapping; Second pass - intersection point is calculated in case if overlapping is detected. Make NCollection_UBTree::ChangeLastNode() exported due to compilation error on Linux platform. Reason: method does not depend on template parameters, so it should be available. Revert previous change and try to use another trick for Linux Fix compilation warning on MacOS: remove redundant constant Fix regressions: do not consider insignificant loops in case of self intersections on the same wire. More sugar solution for compilation errors on NCollection_EBTree on Linux Test cases for issue CR24968
15 lines
344 B
Plaintext
Executable File
15 lines
344 B
Plaintext
Executable File
set TheFileName shading_025.brep
|
|
set bug_freenodes "OCC22687"
|
|
if { [string compare $command "shading"] == 0 } {
|
|
set nbfreenodes(All) 1
|
|
} else {
|
|
set bug_freelinks "OCC23105"
|
|
### set nbfree(ALL) 4
|
|
if { [string compare $command "mesh"] == 0 } {
|
|
set nbfree(ALL) 8
|
|
} else {
|
|
set nbfree(ALL) 2
|
|
}
|
|
set nbfreenodes(All) 4
|
|
}
|