]> 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)
committerjfa <jfa@opencascade.com>
Wed, 19 Apr 2023 11:35:53 +0000 (12:35 +0100)
commit7c73277ec92ee34d36b63290cf4a648791f1bc09
tree51a14b0d91eb3941430847123edf972e10edc17e
parent185d29b92f6764ffa9fc195b7dbe7bba3c4ac855
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]