]> 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>
Tue, 1 Nov 2022 14:23:12 +0000 (17:23 +0300)
commit787bdf152701bb8217330db07d8972630c4f7692
tree4c5a918833ef01ae474d0640e6ad8ba387f91e85
parent7694a9c051594f824f57863ba73fd478b49e4062
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.
src/BRepExtrema/BRepExtrema_ProximityDistTool.cxx
src/BRepExtrema/BRepExtrema_ProximityDistTool.hxx
src/BRepExtrema/BRepExtrema_ProximityValueTool.cxx
src/BRepExtrema/BRepExtrema_ProximityValueTool.hxx
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]