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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user