1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

Compare commits

...

1 Commits

Author SHA1 Message Date
abv
5c210a49dd 0026166: Improve ShapeHealing execution time on shape without PCurves
Default projection algorithm changed to Tree in Extrema_GenExtPS

Test grid perf heal added
2015-04-29 23:00:28 +03:00
4 changed files with 10 additions and 1 deletions

View File

@@ -219,7 +219,7 @@ Extrema_GenExtPS::Extrema_GenExtPS()
myDone = Standard_False;
myInit = Standard_False;
myFlag = Extrema_ExtFlag_MINMAX;
myAlgo = Extrema_ExtAlgo_Grad;
myAlgo = Extrema_ExtAlgo_Tree;
}

View File

@@ -1,3 +1,4 @@
001 bop
002 ncollection
003 bspline
004 heal

4
tests/perf/heal/pcurves1 Normal file
View File

@@ -0,0 +1,4 @@
# Fixing shape on a case where most is taken by projection of pcurves
restore [locate_data_file bug26166_beforeSH1.brep] a
fixshape result a

4
tests/perf/heal/pcurves2 Normal file
View File

@@ -0,0 +1,4 @@
# Fixing shape on a case where most is taken by projection of pcurves
restore [locate_data_file bug26166_beforeSH2.brep] a
fixshape result a