]> OCCT Git - occt.git/commit
0033144: Modeling Algorithms - Wrong result of Shape Proximity
authorknosulko <knosulko@opencascade.com>
Thu, 20 Oct 2022 10:15:07 +0000 (13:15 +0300)
committervglukhik <vglukhik@opencascade.com>
Fri, 17 Mar 2023 23:04:00 +0000 (23:04 +0000)
commitd6b9f64152ef22ca3ccd9e1b6bdc852f244f7a5d
treeb8fe6e74f5da5af19f35a30490076861bc4e032a
parent27d82c622ce2bc6d2017cd43536b3e1c10da0423
0033144: Modeling Algorithms - Wrong result of Shape Proximity

Added step of refinement the coarser of the two shapes meshes to produce two meshes with approximately the same density.
Added tests lowalgos/proximity.

Fixed accounting of parameters to adjust number of initial sample points
src/BRepExtrema/BRepExtrema_ProximityDistTool.cxx
src/BRepExtrema/BRepExtrema_ProximityDistTool.hxx
src/BRepExtrema/BRepExtrema_ProximityValueTool.cxx
src/BRepExtrema/BRepExtrema_ProximityValueTool.hxx
src/BRepExtrema/BRepExtrema_ShapeProximity.cxx
src/BRepExtrema/BRepExtrema_ShapeProximity.hxx
tests/lowalgos/proximity/B6 [deleted file]
tests/lowalgos/proximity/D4 [new file with mode: 0644]
tests/lowalgos/proximity/E3 [new file with mode: 0644]