]> 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)
committerVadim Glukhikh <vadim.glukhikh@opencascade.com>
Mon, 21 Nov 2022 16:50:40 +0000 (19:50 +0300)
commitaba5c241c606ce41dec2764e5ead9c078cc6fe31
tree8c58e10c9a869de2df4197b16c6a928a711ea00b
parentcc164fd7dcd29ac23209b92993400c49bc36c137
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]