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

0007691: Wrong hidden lines computed by HLRBRep_PolyAlgo and HLRBRep_PolyHLRToShape in OCC 5.1 Developed : IFV, VSV and APL

This commit is contained in:
bugmaster
2011-09-09 10:14:53 +00:00
committed by bugmaster
parent a569e8a002
commit 3fc5780152
2 changed files with 148 additions and 2 deletions

View File

@@ -3651,8 +3651,8 @@ HLRBRep_PolyAlgo::UpdatePolyData (TColStd_Array1OfTransient& PD,
Tri1Flags |= FMskBack;
}
else
// Tri1Flags &= ~FMskBack;
Tri1Flags |= FMskBack;//OCC349
Tri1Flags &= ~FMskBack;
//Tri1Flags |= FMskBack;//OCC349
}
Tri2Node1 = Tri1Node1;
Tri2Node2 = Tri1Node2;