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

0025813: regression in Hidden Line Removal

Regressions that appeared in OCCT 6.6.0 are fixed.

Correction of test cases for issue #25813

Reference data update for test case bugs/mnodalg_6 /bug25908
This commit is contained in:
jgv
2016-03-09 17:46:55 +03:00
committed by bugmaster
parent a722bd5548
commit f6fd8f0bcf
7 changed files with 90 additions and 4 deletions

View File

@@ -808,7 +808,7 @@ void HLRBRep_Data::Update (const HLRAlgo_Projector& P)
fd->Side(FS.IsSide(tol,myToler*10));
Standard_Boolean inverted = Standard_False;
if (fd->WithOutL() && !fd->Side()) {
//inverted = OrientOutLine(face,*fd);
inverted = OrientOutLine(face,*fd);
OrientOthEdge(face,*fd);
}
if (fd->Side()) {