]> OCCT Git - occt.git/commit
0031942: Modeling Algorithms - add possibility to abort the BRepExtrema_DistShapeShap...
authorasuraven <asuraven@opencascade.com>
Wed, 18 Aug 2021 12:05:58 +0000 (15:05 +0300)
committerbugmaster <bugmaster@opencascade.com>
Fri, 3 Sep 2021 17:19:56 +0000 (20:19 +0300)
commit82bee1621aaeb5412ae75fa6a6ccbcddc8151cc7
treed523aa64de62603226de0159824e8e41d780ce60
parentd03c08988c259682fbcb21a908bb25d5b6a3d5b4
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