mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0026989: [Regression in 6.9.0] Export of a reversed face leads to wrong data in 6.9.0
Add range for degenerated edges to mirrored pcurves during exporting of reversed faces.
This commit is contained in:
@@ -198,6 +198,10 @@ Handle(IGESData_IGESEntity) BRepToIGES_BRShell ::TransferFace(const TopoDS_Face&
|
||||
else {
|
||||
B.UpdateEdge(anEdge, aCurve1, myface, aTol);
|
||||
}
|
||||
// set range for degenerated edges
|
||||
if (BRep_Tool::Degenerated(anEdge)) {
|
||||
B.Range(anEdge, myface, f, l);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user