]> OCCT Git - occt-copy.git/commit
0031942: Modeling Algorithms - add possibility to abort the BRepExtrema_DistShapeShap... CR31942
authorasuraven <andrey.suravenkov@opencascade.com>
Wed, 18 Aug 2021 12:05:58 +0000 (15:05 +0300)
committerasuraven <andrey.suravenkov@opencascade.com>
Mon, 30 Aug 2021 12:56:49 +0000 (15:56 +0300)
commit93537d5862c768a6338c0034856b4f95213e9e11
tree870a0fa25b47579dd5df268b429b26abfca69fe7
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