1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
msv 0d0481c787 0026738: Make Boolean operations safely treating arguments when running with fuzzy option
When fuzzy option is in force prevent increasing tolerance of input shapes. Instead pass increased by fuzzy value the tolerances of sub-shapes everywhere where it is needed by intersection algorithms.

The following changes in API have been made:

- The methods SetFuzzyValue and FuzzyValue have been moved from the classes BOPAlgo_ArgumentAnalyzer, BOPAlgo_Builder, and BOPAlgo_PaveFiller to the base class BOPAlgo_Algo.
- The public method BOPDS_DS::VerticesOnIn has been renamed to SubShapesOnIn, and the new output parameter theCommonPB has been added.
- In BOPTools_AlgoTools, a new argument "theFuzzyValue" has been added in the methods ComputeVV and AreFacesSameDomain.
- In IntTools_Context, a new argument "theFuzzyValue" has been added in the methods ComputeVE and ComputeVF.
- The methods SetFuzzyValue and FuzzyValue have been added in the classes IntTools_EdgeEdge, IntTools_FaceFace.
- In the class IntTools_EdgeFace, the methods SetTolE, SetTolF, TolE, TolF have been removed, and the methods SetFuzzyValue, FuzzyValue have been added.
- The new argument "theTol" has been added in the method IntTools_WLineTool::DecompositionOfWLine.

Some improvements in algorithms have been made during fighting with regressions:

- Correct initialization of pave blocks for degenerated edges.
- In BOPAlgo_PaveFiller::MakeBlocks(), filter out paves on intersection curve that were put on the curve accidentally due to wide range of E-F intersection vertex.
- In the method IntTools_Tools::ComputeTolerance the margin added to the computed tolerance has been increased up to 0.001%.
- The method BOPAlgo_PaveFiller::PutPaveOnCurve has been corrected in order to use the original vertex tolerance instead of the value increased during putting it on other curves.
- The new method BOPDS_PaveBlock::RemoveExtPave has been added.
- The vertex tolerance computation in BOPTools_AlgoTools::CorrectCurveOnSurface has been improved, taking into account intersection segments between p-curves (to avoid regression on "bugs modalg_6 bug22794").
- Improve IsExistingPaveBlock to make more stable catching of coincidence of common block with section curve (against regression "bugs modalg_4 bug697_2" on Linux).

Test case for the bug has been added.

The following test cases have been updated as improvements:
boolean gdml_private ZH2 ZI7 ZJ7
boolean volumemaker C4

The test case bugs/modalg_4/pro19653 has been corrected to make it stable. See comment inside the script for details.

The test case bugs/modalg_6/bug25880 has been corrected to suppress wrong bfuse commands.

The test bugs/modalg_6/bug26954_3 has been corrected to compare the result with more precise reference value.

The "faulty" TODO in boolean/volumemaker/A8 has been made actual for Linux as well.

//Eliminate compilation error on Linux.
2016-11-08 16:42:44 +03:00
..
A1
2015-05-06 15:02:44 +03:00
A2
2015-05-06 15:02:44 +03:00
A3
2015-05-06 15:02:44 +03:00
A4
2015-05-06 15:02:44 +03:00
A5
2015-05-06 15:02:44 +03:00
A6
2015-05-06 15:02:44 +03:00
A7
2015-05-06 15:02:44 +03:00
A8
2015-05-06 15:02:44 +03:00
A9
2015-05-06 15:02:44 +03:00
B1
2015-05-06 15:02:44 +03:00
B2
2015-05-06 15:02:44 +03:00
B3
2015-05-06 15:02:44 +03:00
B4
2015-05-06 15:02:44 +03:00
B7
2015-05-06 15:02:44 +03:00
B8
2015-05-06 15:02:44 +03:00
B9
2015-05-06 15:02:44 +03:00
C1
2015-05-06 15:02:44 +03:00
C3
2015-05-06 15:02:44 +03:00
C4
2015-05-06 15:02:44 +03:00
C5
2015-05-06 15:02:44 +03:00
C7
2015-05-06 15:02:44 +03:00
C8
2015-05-06 15:02:44 +03:00
C9
2015-05-06 15:02:44 +03:00
D1
2015-05-06 15:02:44 +03:00
D2
2015-05-06 15:02:44 +03:00
D3
2015-05-06 15:02:44 +03:00
D4
2015-05-06 15:02:44 +03:00
D5
2015-05-06 15:02:44 +03:00
D6
2015-05-06 15:02:44 +03:00
D7
2015-05-06 15:02:44 +03:00
D8
2015-05-06 15:02:44 +03:00
D9
2015-05-06 15:02:44 +03:00
E1
2015-05-06 15:02:44 +03:00
E2
2015-05-06 15:02:44 +03:00
E3
2015-05-06 15:02:44 +03:00
F4
2015-05-06 15:02:44 +03:00
F5
2015-05-06 15:02:44 +03:00
F7
2015-05-06 15:02:44 +03:00
F9
2015-05-06 15:02:44 +03:00
G2
2015-05-06 15:02:44 +03:00
G3
2015-05-06 15:02:44 +03:00
G4
2015-05-06 15:02:44 +03:00
G5
2015-05-06 15:02:44 +03:00
G6
2015-05-06 15:02:44 +03:00
G8
2015-05-06 15:02:44 +03:00
G9
2015-05-06 15:02:44 +03:00
H1
2015-05-06 15:02:44 +03:00
H2
2015-05-06 15:02:44 +03:00
H3
2015-05-06 15:02:44 +03:00
H4
2015-05-06 15:02:44 +03:00
H5
2015-05-06 15:02:44 +03:00
H6
2015-05-06 15:02:44 +03:00
H8
2015-05-06 15:02:44 +03:00
I1
2015-05-06 15:02:44 +03:00
I2
2015-05-06 15:02:44 +03:00
I3
2015-05-06 15:02:44 +03:00
I4
2015-05-06 15:02:44 +03:00
I5
2015-05-06 15:02:44 +03:00
I7
2015-05-06 15:02:44 +03:00
I9
2015-05-06 15:02:44 +03:00
J2
2015-05-06 15:02:44 +03:00
J3
2015-05-06 15:02:44 +03:00
J5
2015-05-06 15:02:44 +03:00
J7
2015-05-06 15:02:44 +03:00
J8
2015-05-06 15:02:44 +03:00
J9
2015-05-06 15:02:44 +03:00
M2
2015-05-06 15:02:44 +03:00
M3
2015-05-06 15:02:44 +03:00
M4
2015-05-06 15:02:44 +03:00
M5
2015-05-06 15:02:44 +03:00
M6
2015-05-06 15:02:44 +03:00
M8
2015-05-06 15:02:44 +03:00
M9
2015-05-06 15:02:44 +03:00
N2
2015-05-06 15:02:44 +03:00
N3
2015-05-06 15:02:44 +03:00
N4
2015-05-06 15:02:44 +03:00
N5
2015-05-06 15:02:44 +03:00
N6
2015-05-06 15:02:44 +03:00
N7
2015-05-06 15:02:44 +03:00
O2
2015-05-06 15:02:44 +03:00
O5
2015-05-06 15:02:44 +03:00
P3
2015-05-06 15:02:44 +03:00
P6
2015-05-06 15:02:44 +03:00
P8
2015-05-06 15:02:44 +03:00
P9
2015-06-26 13:40:08 +03:00
Q2
2015-05-06 15:02:44 +03:00
Q4
2015-05-06 15:02:44 +03:00
Q6
2015-05-06 15:02:44 +03:00
Q7
2015-05-06 15:02:44 +03:00
Q8
2015-05-06 15:02:44 +03:00
Q9
2015-05-06 15:02:44 +03:00
R1
2015-05-06 15:02:44 +03:00
R2
2015-05-06 15:02:44 +03:00
R3
2015-05-06 15:02:44 +03:00
R4
2015-05-06 15:02:44 +03:00
R5
2015-05-06 15:02:44 +03:00
R6
2015-05-06 15:02:44 +03:00
R7
2015-05-06 15:02:44 +03:00
R8
2015-05-06 15:02:44 +03:00
R9
2015-05-06 15:02:44 +03:00
S1
2015-05-06 15:02:44 +03:00
S2
2015-05-06 15:02:44 +03:00
S3
2015-05-06 15:02:44 +03:00
S4
2015-05-06 15:02:44 +03:00
S5
2015-05-06 15:02:44 +03:00
S6
2015-05-06 15:02:44 +03:00
S7
2015-05-06 15:02:44 +03:00
S8
2015-05-06 15:02:44 +03:00
T1
2015-05-06 15:02:44 +03:00
T3
2015-05-06 15:02:44 +03:00
T4
2015-05-06 15:02:44 +03:00
T5
2015-05-06 15:02:44 +03:00
T6
2015-05-06 15:02:44 +03:00
T7
2015-05-06 15:02:44 +03:00
T8
2015-05-06 15:02:44 +03:00
T9
2015-05-06 15:02:44 +03:00
U1
2015-05-06 15:02:44 +03:00
U2
2015-05-06 15:02:44 +03:00
U3
2015-05-06 15:02:44 +03:00
U6
2015-05-06 15:02:44 +03:00
U7
2015-05-06 15:02:44 +03:00
U8
2015-05-06 15:02:44 +03:00
V1
2015-05-06 15:02:44 +03:00
V3
2015-05-06 15:02:44 +03:00
V4
2015-05-06 15:02:44 +03:00
V5
2015-05-06 15:02:44 +03:00
V6
2015-05-06 15:02:44 +03:00
V7
2015-05-06 15:02:44 +03:00
V8
2015-05-06 15:02:44 +03:00
V9
2015-05-06 15:02:44 +03:00
W3
2015-05-06 15:02:44 +03:00
W4
2015-05-06 15:02:44 +03:00
W6
2015-05-06 15:02:44 +03:00
W7
2015-05-06 15:02:44 +03:00
W8
2015-05-06 15:02:44 +03:00
W9
2015-05-06 15:02:44 +03:00
X1
2015-05-06 15:02:44 +03:00
X3
2015-05-06 15:02:44 +03:00
X4
2015-05-06 15:02:44 +03:00
X5
2015-05-06 15:02:44 +03:00
X6
2015-05-06 15:02:44 +03:00
X7
2015-05-06 15:02:44 +03:00
X8
2015-05-06 15:02:44 +03:00
X9
2015-05-06 15:02:44 +03:00
Y1
2015-05-06 15:02:44 +03:00
Y2
2015-05-06 15:02:44 +03:00
Y3
2015-05-06 15:02:44 +03:00
Y4
2015-05-06 15:02:44 +03:00
Y5
2015-05-06 15:02:44 +03:00
Y6
2015-05-06 15:02:44 +03:00
Y7
2015-05-06 15:02:44 +03:00
Y8
2015-05-06 15:02:44 +03:00
Y9
2015-05-06 15:02:44 +03:00
Z1
2015-05-06 15:02:44 +03:00
Z2
2015-05-06 15:02:44 +03:00
Z3
2015-05-06 15:02:44 +03:00
Z4
2015-05-06 15:02:44 +03:00
Z5
2015-05-06 15:02:44 +03:00
Z6
2015-05-06 15:02:44 +03:00
Z7
2015-05-06 15:02:44 +03:00
Z8
2015-05-06 15:02:44 +03:00
Z9
2015-05-06 15:02:44 +03:00
ZA1
2015-05-06 15:02:44 +03:00
ZA2
2015-05-06 15:02:44 +03:00
ZA3
2015-05-06 15:02:44 +03:00
ZA4
2015-05-06 15:02:44 +03:00
ZA5
2015-05-06 15:02:44 +03:00
ZA6
2015-05-06 15:02:44 +03:00
ZA7
2015-05-06 15:02:44 +03:00
ZA8
2015-05-06 15:02:44 +03:00
ZA9
2015-05-06 15:02:44 +03:00
ZB1
2015-05-06 15:02:44 +03:00
ZB2
2015-05-06 15:02:44 +03:00
ZB3
2015-05-06 15:02:44 +03:00
ZB4
2015-05-06 15:02:44 +03:00
ZB7
2015-05-06 15:02:44 +03:00
ZB8
2015-05-06 15:02:44 +03:00
ZB9
2015-05-06 15:02:44 +03:00
ZC2
2015-05-06 15:02:44 +03:00
ZC3
2015-05-06 15:02:44 +03:00
ZC4
2015-05-06 15:02:44 +03:00
ZC6
2015-05-06 15:02:44 +03:00
ZC7
2015-05-06 15:02:44 +03:00
ZC8
2015-05-06 15:02:44 +03:00
ZC9
2015-05-06 15:02:44 +03:00
ZD1
2015-05-06 15:02:44 +03:00
ZD2
2015-05-06 15:02:44 +03:00
ZD4
2015-05-06 15:02:44 +03:00
ZD5
2015-05-06 15:02:44 +03:00
ZD8
2015-05-06 15:02:44 +03:00
ZD9
2015-05-06 15:02:44 +03:00
ZE1
2015-05-06 15:02:44 +03:00
ZE2
2015-05-06 15:02:44 +03:00
ZE3
2015-05-06 15:02:44 +03:00
ZE5
2015-05-06 15:02:44 +03:00
ZE6
2015-05-06 15:02:44 +03:00
ZE7
2015-05-06 15:02:44 +03:00
ZE8
2015-05-06 15:02:44 +03:00
ZE9
2015-05-06 15:02:44 +03:00
ZF1
2015-05-06 15:02:44 +03:00
ZF2
2015-05-06 15:02:44 +03:00
ZF3
2015-05-06 15:02:44 +03:00
ZF6
2015-05-06 15:02:44 +03:00
ZF7
2015-05-06 15:02:44 +03:00
ZF8
2015-05-06 15:02:44 +03:00
ZF9
2015-05-06 15:02:44 +03:00
ZG1
2015-05-06 15:02:44 +03:00
ZG3
2015-05-06 15:02:44 +03:00
ZG6
2015-05-06 15:02:44 +03:00
ZG8
2015-05-06 15:02:44 +03:00
ZG9
2015-05-06 15:02:44 +03:00
ZH1
2015-05-06 15:02:44 +03:00
ZH3
2015-05-06 15:02:44 +03:00
ZH4
2015-05-06 15:02:44 +03:00
ZH6
2015-05-06 15:02:44 +03:00
ZH7
2015-05-06 15:02:44 +03:00
ZH8
2015-05-06 15:02:44 +03:00
ZH9
2015-05-06 15:02:44 +03:00
ZI1
2015-05-06 15:02:44 +03:00
ZI3
2015-05-06 15:02:44 +03:00
ZI4
2015-05-06 15:02:44 +03:00
ZI6
2015-05-06 15:02:44 +03:00
ZI8
2015-05-06 15:02:44 +03:00
ZJ1
2015-05-06 15:02:44 +03:00
ZJ2
2015-05-06 15:02:44 +03:00
ZJ5
2015-05-06 15:02:44 +03:00
ZJ6
2015-05-06 15:02:44 +03:00
ZJ8
2015-05-06 15:02:44 +03:00
ZJ9
2015-05-06 15:02:44 +03:00
ZK1
2015-05-06 15:02:44 +03:00
ZK2
2015-05-06 15:02:44 +03:00