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