]> OCCT Git - occt-copy.git/commit
0031942: Modeling Algorithms - add possibility to abort the BRepExtrema_DistShapeShap... CR31942_1
authorasuraven <andrey.suravenkov@opencascade.com>
Wed, 18 Aug 2021 12:05:58 +0000 (15:05 +0300)
committerasuraven <andrey.suravenkov@opencascade.com>
Tue, 31 Aug 2021 12:20:58 +0000 (15:20 +0300)
commit0e1dbc220bf1777ed4bb1f635ddefb247209d6a4
tree91456afb6cb072776e802c218a83ba10d4375e7f
parent8f70959571ab8999b47f88d673343587e733f364
0031942: Modeling Algorithms - add possibility to abort the BRepExtrema_DistShapeShape algorithm

- Now available to interrupt the DRAW 'distmini' command by Ctrl/C
- Message_ProgressRange/Message_ProgressScope used in BRepExtrema_DistShapeShape::Perform() to provide user break
src/BRepExtrema/BRepExtrema_DistShapeShape.cxx
src/BRepExtrema/BRepExtrema_DistShapeShape.hxx
src/BRepTest/BRepTest_ExtremaCommands.cxx