mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +03:00
Various improvements in point-solid classifier: 1) Refactoring. 2) BndBoxTree is extracted into separate class. 3) UB-tree calculation is cashed to improve point-solid classification speed. 4) Ray / curve intersection improved by trimmed parameters and correct order. 5) Fixes in logic. 6) Calculation caching at the classifier level. 3D-claasifier now takes into the account the vertex/edges tolerances. If the given point lays inside the tolerance area of vertex or edge of the solid it's classified as TopAbs_ON. The behavior of IntCurvesFace_Intersector::Perform was changed. Now it may use optional null-tolerance to classify 2d-point relatively to the given face. UBTreeFiller is used to speedup intersection process between edges/vertices and the point. The test case 'boolean gdml_private ZH2' extensively uses the SolidClassifier. After this fix it returns the correct classification statuses, which leads to incorrect result shape (reported by checkshape). Yet the result shape without this fix also seems to be incorrect (one of the isolines goes out of boundary of the face). Thats why it's marked with 'TODO'. Corrections in test cases. Test case is added.
12 lines
471 B
Plaintext
12 lines
471 B
Plaintext
puts "TODO ?OCC27052 ALL: Faulty shapes in variables faulty_1 to"
|
|
puts "TODO OCC27052 Windows: Error : The command is not valid. The area is"
|
|
puts "TODO OCC27052 ALL: Error : The area of result shape is"
|
|
puts "TODO OCC26018 Linux: bopcheck failed"
|
|
source [locate_data_file mos2014-asm-scf-final.asm.1.gdml.tcl]
|
|
|
|
set bcheck [bopcheck result]
|
|
puts $bcheck
|
|
if {![regexp {This shape seems to be OK.} $bcheck]} {
|
|
puts "Error: bopcheck failed"
|
|
}
|
|
checkprops result -s 618615 |