mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0021264: Modeling Algorithms - Progress indicator for Boolean operations
Update BOP commands to use progress indicator Deleted wrong usage of progress indicator from bop operations Added UserBreak() method to break execution boolean operation if progress indicator is used Added method AnalyzeProgress() to calculate steps of progress indicator Introduce BOPAlgo_ParallelAlgo which has myRange as a field to be used in parallel vector. Provide suitable way of keeping the progress steps of operations. Give meaningful names to progress scopes. Propagate progress indicator into deeper methods of BOA. Add progress indicator to BOPAlgo_BuilderFace and BOPAlgo_WireSplitter, BOPAlgo_BuilderSolid and BOPAlgo_ShellSplitter
This commit is contained in:
@@ -124,7 +124,7 @@ static void FindSolid(const TopoDS_Shape& theSolIn,
|
||||
// function: Perform
|
||||
// purpose: Performs the removal of the requested faces from the input shape
|
||||
//=======================================================================
|
||||
void BOPAlgo_RemoveFeatures::Perform()
|
||||
void BOPAlgo_RemoveFeatures::Perform(const Message_ProgressRange& /*theRange*/)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user